Commit 9b02a43f authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Sometimes (when a read happened to end on a chunk boundary) the proxy

would just hang trying to read a CRLF that did not come (remaining==0
because end-of-chunk, not because chunksize==0).  Also, when it
received its data from an upstream proxy which did not really support
HTTP/1.1 but claimed it did (ICS, Squid, both using nonstandard
Proxy-Connection: headers), Apache would not clear out the
"Transfer-Enconding: chunked" header and failed to correctly serve the
request.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94658 13f79535-47bb-0310-9956-ffa450edef68
parent 3a8e2ae9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment