Re: [PATCH 3/3] remote-curl: fix large pushes with GSSAPI

2013-10-31 Thread brian m. carlson
On Thu, Oct 31, 2013 at 02:36:51AM -0400, Jeff King wrote: > From: brian m. carlson > > Due to an interaction between the way libcurl handles GSSAPI > authentication over HTTP and the way git uses libcurl, large > pushes (those over http.postBuffer bytes) would fail due to > an authentication fai

[PATCH 3/3] remote-curl: fix large pushes with GSSAPI

2013-10-30 Thread Jeff King
From: brian m. carlson Due to an interaction between the way libcurl handles GSSAPI authentication over HTTP and the way git uses libcurl, large pushes (those over http.postBuffer bytes) would fail due to an authentication failure requiring a rewind of the curl buffer. Such a rewind was not poss