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=14451>. 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=14451 Content-length header incorrect with cgi and deflate combination Summary: Content-length header incorrect with cgi and deflate combination Product: Apache httpd-2.0 Version: 2.0.32 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When I filter CGI output with the DEFLATE filter (with or without also using INCLUDES) I get a content-length header with a byte count off by 20 bytes. The ones I have observed have been low in GET requests and high in HEAD requests (for the latter a count of 20 was returned even though there was no body data returned). You can see a sample of this using http://www.schroepl.net/cgi-bin/http_trace.pl to fetch the page http://wolff.to/area/G_776.html . I currently am not compressing output for browsers that supply the string MSIE in the user-agent header. I am using a CVS version of 2.0.44 from last week. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
