]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport the rejection of non-'chunked' values in the transfer
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:31:02 +0000 (01:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 01:31:02 +0000 (01:31 +0000)
commit45ce9e49fc2069339eb27c2255c16311fc19b448
tree5d0073db265b50e157f3ab14b6c7ad6c7483147c
parent2fe0def390e507f8bb02a2551dd90f6d5199a5c1
  Backport the rejection of non-'chunked' values in the transfer
  encoding; we simply don't know what, exactly to do with them.

  Backport the reporting of 'both C-L and T-E' when we encounter
  this edge case, setting the connection up to close down once
  we finish (perhaps we were victims of a request splitting attack).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230727 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_http.c