From: Junio C Hamano Date: Tue, 29 Mar 2011 17:24:59 +0000 (-0700) Subject: enable "no-done" extension only when serving over smart-http X-Git-Tag: v1.7.5-rc0~6^3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf2ad8e64175bcf4b2bb693a9e4c0a89076111dd?hp=cf2ad8e64175bcf4b2bb693a9e4c0a89076111dd enable "no-done" extension only when serving over smart-http Do not advertise no-done capability when upload-pack is not serving over smart-http, as there is no way for this server to know when it should stop reading in-flight data from the client, even though it is necessary to drain all the in-flight data in order to unblock the client. Signed-off-by: Junio C Hamano Acked-by: Shawn O. Pearce ---