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=13101>.
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=13101

Using mod_ext_filter with mod_proxy and http/1.1 causes bogus output





------- Additional Comments From [EMAIL PROTECTED]  2002-09-30 17:40 -------
The bogus header you point out is really chunked transfer encoding, where 
instead of providing a content-length, the server will send chunks down to the
client, each prefixed with the length in hex, followed by CR-LF.  After all
data is sent, the 0<CR><LF> is sent to tell the client we're done.

This is not to say that it is ok for content filters to see that :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to