CE(gzip) for squid-2.5STABLE3

2003-08-20 Thread Gonzalo Arana
Hi, I wrote a mail a couple of days ago asking for guidelines about adding Content-Encoding: gzip support for squid. I have been working, but now I'm stucked. I modified clientSendMoreData this way (see attached patch for more detailed info): if (http-out.offset == 0) { check if log

Re: CE(gzip) for squid-2.5STABLE3

2003-08-20 Thread Robert Collins
On Thu, 2003-08-21 at 05:00, Gonzalo Arana wrote: I guess storeClientCopy3 thinks that 10 bytes has been 'consumed' because http-out.offset has been incremented by 10, rather than 1335 (original body size so far). How should I fix this? I mean, clientSendMoreData is called with data is has