From: "Igor Sysoev" <[EMAIL PROTECTED]>
> Yes, your response is really cached at least in MSIE 5.5.
Thanks.
...............
> I mean that handler can do following:
>
> if ($r->headers_in("Accept-Encoding") =~ /gzip/
> and not $r->note("disable_gzip"))
> {
> do gzipping
> }
Should we consider this the only possible way to write compression handlers?
Folks used to implement some different approach (clear and simple), common
to all mod_perl compressors listed in the tutorial. It works fine. See
sources for details.
Thanks,
Slava