When I clone a large (1 GB) repository that is sitting behind an haproxy. It fails after a minute or so like this:
prompt$ git clone https://myurl/stash/scm/zra/webapp.git
Cloning into 'webapp'...
remote: Counting objects: 692893, done.
remote: Compressing objects: 100% (175584/175584), done.
error: RPC failed; result=56, HTTP code = 200 MiB | 545.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
The clone works fine if I pull stash out from behind the proxy. I expect I'm configuring something wrong for large file transfers, but I am not sure whats wrong or what configuration option to set. Can somebody who is using haproxy in a production environment point me to some troubleshooting technique?
Thanks!
Jeff