Re: [squid-users] Avoiding GZIP

From: Luis Daniel Lucio Quiroz <luis.daniel.lucio_at_gmail.com>
Date: Sun, 28 Feb 2010 18:44:32 -0600

Le Dimanche 28 Février 2010 11:55:34, vous avez écrit :
> lör 2010-02-27 klockan 11:03 -0600 skrev Luis Daniel Lucio Quiroz:
> > Well, every ones talks about gziping but no one about ungziping.
> >
> > Thanx to ICAP server (look for c-icap) we are loggin http payload for
> > specifique pages for some users. However we realize that most text/*
> > (mime- type) payload is gzipped and it is unreadable, administrative
> > work to unzip that is high, how ever possible.
>
> Should be very easy to extend the ICAP service you use in c-icap to log
> the payload to also gunzip if compressed.
>
> > So i was thinking on repleazing every "Accept-encodding" headder by
> > "Accept- encoding:
> > Accept-Encoding: gzip;q=0, compress;q=0, identity; q=0.5, *;q=0
> >
> > by this instruction
> >
> > header_replace Accept-Encoding gzip;q=0, compress;q=0, identity; q=0.5,
> > *;q=0
>
> I would just drop it completely.
>
> Regards
> Henrik

Drop it? I didnt find any reference at RFC that without that header payload
wont be compressed

However, i will try

Thanx
Received on Mon Mar 01 2010 - 00:44:27 MST

This archive was generated by hypermail 2.2.0 : Mon Mar 01 2010 - 12:00:07 MST