On Sat, 15 Jun 2002, Igor Sysoev wrote:

> I mean that handler can do following:
>
> if ($r->headers_in("Accept-Encoding") =~ /gzip/
>     and not $r->note("disable_gzip"))
> {
>     do gzipping
> }

I understand your point of view, even I prefer Slava's approach.
I'm asking myself why you will need to log that particular header.
It is not a provocation, I don't understand the usefulness of
logging the status of an header that can be deduced undoubtedly from
the signature of browser issuing the request.

Ciao, Valerio


 Valerio Paolini, <http://130.136.3.200/~paolini>
--------------------------------------------------
 what is open-source about? Learn, and then give back

Reply via email to