|
|||||||||||
|
DO NOT REPLY [Bug 8673] New: - mod_proxy dropping content length header
From: <bugzilla(at)apache.org>
Date: Tue Apr 30 2002 - 14:40:10 EDT
mod_proxy dropping content length header
Summary: mod_proxy dropping content length header
Product: Apache httpd-2.0
Version: 2.0.35
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: Other
Component: mod_proxy
AssignedTo: bugs@httpd.apache.org
ReportedBy: phillip.rhodes@alcoa.com
We are using mod_proxy to proxy pdf documents on an internal web server. The mod_proxy with 2.x is not returning the content-length of the pdf. Using a 1.3 version of mod_proxy, to the same webserver, will return a contentlength header. Below is the headers for a 1.3 and a 2.0 apache version. Notice that the 2.x apache does not return a content length header, while the 1.3 does.
Request to a 2.0.35 apache
Response:
81f5
Request to a 1.3 apache
GET /msds2/documents/190252.pdf HTTP/1.1
Accept: text/html, text/css, text/xml, text/plain, application/csv,
application/pdf, application/msword, application/vnd.ms-excel, application/xvbscript,
application/x-www-form-urlencoded, application/x-javascript
Accept-Language: en_us
Response:
%PDF-1.3
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Tue Apr 30 18:40:07 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:43:16 EDT |
||||||||||
|
|||||||||||