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=11978>. 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=11978 Output filter not working with ie but with netscape ------- Additional Comments From [EMAIL PROTECTED] 2002-10-29 02:51 ------- According to the Microsoft documentation you pointed to, a content-length header is necessary for IE to handle the pdf properly, but Apache is going to instead chunk the response so that it doesn't have to buffer the entire output of the filter before sending the content-length header. IE's use of HTTP/1.1 request tells Apache that is okay to do. An HTTP/1.1 client must be able to handle a chunked response. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
