git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* http.postBuffer set at the server side?
@ 2013-08-28 23:08 Pyeron, Jason J CTR (US)
  2013-08-29  3:52 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Pyeron, Jason J CTR (US) @ 2013-08-28 23:08 UTC (permalink / raw)
  To: git@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

We have systems hosting git which are behind proxies, and unless the client sets the http.postBuffer to a large size they connections fails.

Is there a way to set this on the server side? If not would a patch be possible to fix this?

jason.pyeron@hostname /home/jason.pyeron/desktop/projectname
$ git push remote --all
Username for 'https://server.fqdn':
Password for 'https://jpyeron@server.fqdn':
Counting objects: 1820, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1276/1276), done.
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
Writing objects: 100% (1820/1820), 17.72 MiB | 5.50 MiB/s, done.
Total 1820 (delta 527), reused 26 (delta 6)
fatal: The remote end hung up unexpectedly

jason.pyeron@hostname /home/jason.pyeron/desktop/projectname
$ git config http.postBuffer 524288000

jason.pyeron@hostname /home/jason.pyeron/desktop/projectname
$ git push remote --all
Username for 'https://server.fqdn':
Password for 'https://jpyeron@server.fqdn':
Counting objects: 1820, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1276/1276), done.
Writing objects: 100% (1820/1820), 17.72 MiB | 11.31 MiB/s, done.
Total 1820 (delta 519), reused 26 (delta 6)
To https://server.fqdn/git/netasset-portal/
 * [new branch]      master -> master


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 5615 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-29  6:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 23:08 http.postBuffer set at the server side? Pyeron, Jason J CTR (US)
2013-08-29  3:52 ` Jeff King
2013-08-29  4:40   ` Jason Pyeron
2013-08-29  6:31     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).