From: Junio C Hamano Date: Fri, 17 Aug 2018 20:09:57 +0000 (-0700) Subject: Merge branch 'mk/http-backend-content-length' X-Git-Tag: v2.19.0-rc0~45 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c5d276cb184cc42fb90b60b14996253b855a3e06?ds=inline;hp=--cc Merge branch 'mk/http-backend-content-length' The http-backend (used for smart-http transport) used to slurp the whole input until EOF, without paying attention to CONTENT_LENGTH that is supplied in the environment and instead expecting the Web server to close the input stream. This has been fixed. * mk/http-backend-content-length: t5562: avoid non-portable "export FOO=bar" construct http-backend: respect CONTENT_LENGTH for receive-pack http-backend: respect CONTENT_LENGTH as specified by rfc3875 http-backend: cleanup writing to child process --- c5d276cb184cc42fb90b60b14996253b855a3e06