On Tue, Mar 29, 2011 at 10:16, Junio C Hamano <gitster@xxxxxxxxx> wrote: > When 'no-done' protocol extension is used, the upload-pack (i.e. the > server side) process stops listening to the fetch-pack after issuing the > final NAK, and starts sending the generated pack data back, but there may > be more "have" send by the latter in flight that the fetch-pack is > expecting to be responded with ACK/NAK. This will typically result in a > deadlock (both will block on write that the other end never reads) or > SIGPIPE on the fetch-pack end (upload-pack will finish writing a small > pack and goes away). > > Disable it unless fetch-pack is running under smart-http, where there is > no such streaming issue. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> -- 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