Why does Apache/Dynagzip.pm call $r->content_type('text/html') in
several places? My apache module earlier in the Apache::Filter chain
sets $r->content_type to something else, but it then gets overridden by
Dynagzip.pm. If I comment out all the calls to
$r->content_type('text/html') in Dynagzip.pm. I get the correct content
type. I'd like it if I could get this behavior without modifying
Dynagzip.pm...
-John
- ANNOUNCE: Apache::Dynagzip 0.10 Slava Bizyayev
- Re: ANNOUNCE: Apache::Dynagzip 0.10 John Siracusa
- Re: ANNOUNCE: Apache::Dynagzip 0.10 Slava Bizyayev
- Re: ANNOUNCE: Apache::Dynagzip 0.10 John Siracusa
- Re: ANNOUNCE: Apache::Dynagzip 0.10 John Siracusa
- Re: ANNOUNCE: Apache::Dynagzip 0.10 Slava Bizyayev