From: Junio C Hamano Date: Sun, 10 Sep 2006 23:27:08 +0000 (-0700) Subject: Prepare larger packet buffer for upload-pack protocol. X-Git-Tag: v1.4.3-rc1~90^2~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d47f3db75c58139cdcbca5cc63b17bf5db293b6a?hp=d47f3db75c58139cdcbca5cc63b17bf5db293b6a Prepare larger packet buffer for upload-pack protocol. The original side-band support added to the upload-pack protocol used the default 1000-byte packet length. The pkt-line format allows up to 64k, so prepare the receiver for the maximum size, and have the uploader and downloader negotiate if larger packet length is allowed. Signed-off-by: Junio C Hamano ---