PreReceiveHook: Chunk stderr in response
Although we currently chunk the responses in PreReceiveHook, we just send the stderr back in one whole response in the event of an error. This might cause a "received message larger than max" error on the client side if the stderr is large. Use the chunker abstraction to send the stderr back to the client.
Please register or sign in to comment