Mailing List Archive

[Bug 7513] New: - Proxy not dechunking for HTTP/1.0 clients
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513

Proxy not dechunking for HTTP/1.0 clients

Summary: Proxy not dechunking for HTTP/1.0 clients
Product: Apache httpd-1.3
Version: 1.3.24
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: mod_proxy
AssignedTo: bugs@httpd.apache.org
ReportedBy: jorton@redhat.com


mod_proxy is not "de-chunking" chunked responses for an HTTP/1.0 client. e.g.

GET http://www.netcraft.co.uk/ HTTP/1.0
Host: www.netcraft.co.uk

HTTP/1.1 200 OK
Date: Wed, 27 Mar 2002 14:21:32 GMT
Server: Apache/1.3.9 (Unix) mod_perl/1.20
Content-Type: text/html
Transfer-Encoding: chunked
X-Cache: MISS from my.host.name
Connection: close

fc
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
...etc...

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org