DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43512>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43512





------- Additional Comments From [EMAIL PROTECTED]  2007-09-29 07:23 -------
I was able to reproduce this intermittently (2 requests fail w/ 0 length body,
then a success) with:

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule deflate_module modules/mod_deflate.so

ProxyPass /proxy/  http://www.cnn.com/
LoadModule ext_filter_module modules/mod_ext_filter.so
ExtFilterDefine foo mode=output cmd="/usr/bin/perl -p -e 's/^/|/g'" ftype=21
<location /proxy/>
ExtFilterOptions debuglevel=999
Setoutputfilter INFLATE;foo;DEFLATE
</location>

I sent a request with wget and --header="Accept-Encoding: gzip"

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to