Skip to content

Add stderr to errors returned by SSHUploadPack

James Fargher requested to merge better_upload_pack_errors into master

#4004 (closed)

While stderr is sent over the wire to the callee of the RPC, the errors given to sentry for debugging contain no useful debug information.

Since stderr in this case is a streamio we have to have a copy of all the bytes to also put in the error.

Edited by James Fargher

Merge request reports