On Wed, Mar 30, 2011 at 02:42, Erik Faye-Lund <kusmabite@xxxxxxxxx> wrote: > On Tue, Mar 29, 2011 at 7:06 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> The fetch-pack/upload-pack protocol relies on the underlying transport >> (local pipe or TCP socket) to have enough slack to allow one window worth >> of data in flight without blocking the writer. Traditionally we always >> relied on being able to have a batch of 32 "have"s in flight (roughly 1.5k >> bytes) to stream. > > Hmm, this explanation makes me wonder: Could this be related to the > deadlock we're experiencing with git-push over the git-protocol on > Windows when side-band-64k is enabled? I think its unrelated. It might also be a deadlock, but the push protocol is quite a bit different. As far as I remember, there is no risk of deadlock in the push protocol. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html