]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix EOF detection in new proxy dechunking code. Before, we barfed when we got
authorMartin Kraemer <martin@apache.org>
Fri, 12 Apr 2002 12:36:53 +0000 (12:36 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 12 Apr 2002 12:36:53 +0000 (12:36 +0000)
commitca76036474f0b5d399b5ba5d6036f832d1a6a239
treeab6f48987ff95a0358c99b63467343a671ed437a
parenta5c988f6248498a93d94109fe672194a8ae097a7
Fix EOF detection in new proxy dechunking code. Before, we barfed when we got
EOF (stripped down to '\xFF') instead of CRLF.

Also avoid a conversion problem for EBCDIC hosts.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94622 13f79535-47bb-0310-9956-ffa450edef68
src/modules/proxy/proxy_util.c