]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
An impossible-to-hit edge case today; we described the request
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 00:57:52 +0000 (00:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 00:57:52 +0000 (00:57 +0000)
commitd6bbff7719c73ebbaeaa82b6b1c303be7679d03e
treed484124d2ed16fda687daaf6091f6a3287891fd7
parent675c62c505ab6189eaa3c7c47f2b21d7b3583225
  An impossible-to-hit edge case today; we described the request
  as chunked - and if chunked always send the body termination "0"
  chunk header.

  Roy's requested change that we always send a body we could read
  in full as a C-L request ensures this code wasn't triggered; some
  change in the future could again reveal this edge case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@230718 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_http.c