Re: Apache::Compress and Apache::Filter

2001-04-06 Thread Dirk Lutzebaeck
when the client doesn't support gzip, and you're using Apache::Filter, and Apache::Compress is the final filter in the chain. Ken, would you mind to put a new version onto cpan if it works. I had the problem myself sometime ago but hadn't fixed it the way you proposed but patched Apache::Compress

Re: Apache::Compress and Apache::Filter

2001-04-06 Thread JR Mayberry
Cc: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 1:10 AM Subject: Re: Apache::Compress and Apache::Filter Hi JR, I've been avoiding this bug to my peril. Does the following patch fix it? = --- Filter.pm 2000/12/20 03:43:44

Re: Apache::Compress and Apache::Filter

2001-04-06 Thread Ken Williams
nt: Friday, April 06, 2001 1:10 AM Subject: Re: Apache::Compress and Apache::Filter Hi JR, I've been avoiding this bug to my peril. Does the following patch fix it? = --- Filter.pm 2000/12/20 03:43:44 1.16 +++ Filter.pm

Apache::Compress and Apache::Filter

2001-04-05 Thread JR Mayberry
Does anyone know anything about the above combo, and getting an error message: Bad filehandle at Filter.pm line 123 when using a client that doesnt support gzip..(specifically 'ab', apache bench) I may be something wrong but its only breaking when a client doesnt support gzip thanks

Re: Apache::Compress and Apache::Filter

2001-04-05 Thread Ken Williams
::Filter, and Apache::Compress is the final filter in the chain. [EMAIL PROTECTED] (JR Mayberry) wrote: Does anyone know anything about the above combo, and getting an error message: Bad filehandle at Filter.pm line 123 when using a client that doesnt support gzip..(specifically 'ab', apache bench