Merge branch 'mk/http-backend-content-length'
commitc5d276cb184cc42fb90b60b14996253b855a3e06
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Aug 2018 20:09:57 +0000 (17 13:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Aug 2018 20:09:57 +0000 (17 13:09 -0700)
tree3ff423a75640bf12d4ae281ca321ca98f97f1e4d
parentc83149ace6cd78cdd9b29b1ec4f0e0cb87558687
parenteebfe409628e337e283d57a870f52ae0d0e0de34
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
config.c
config.h
help.c
http-backend.c