Re: Interested in getting involved

2007-05-22 Thread Henrik Nordstrom
tis 2007-05-22 klockan 17:42 +0200 skrev Emilio Casbas: 1. Synchronize cf.data.pre formatting and language between the two releases. Some options is better documented in 2.6, some in 3.. Ok, I'm in the process os synchronizing the files of two releases. Hint: Use the

Re: cvs commit: squid3/src HttpReply.cc

2007-05-22 Thread Henrik Nordstrom
tis 2007-05-22 klockan 10:37 -0600 skrev Alex Rousskov: Bug #1967 fix: avoid new strncmp() that silently converts char* buffers into Strings because String length is limited by 64KB and because it is an expensive conversion. Ugh... C++ magics strikes again. Thanks for finding this. Was

Re: cvs commit: squid3/src HttpReply.cc

2007-05-22 Thread Alex Rousskov
On Tue, 2007-05-22 at 19:14 +0200, Henrik Nordstrom wrote: tis 2007-05-22 klockan 10:37 -0600 skrev Alex Rousskov: Bug #1967 fix: avoid new strncmp() that silently converts char* buffers into Strings because String length is limited by 64KB and because it is an expensive

recording network latency in squid logs

2007-05-22 Thread Rohit Grover
Hello, I'm using squid (on a i386-linux box) as an HTTP proxy. I'd like my squid logs to record network latencies between client-squid and squid-server exchanges. I'm thinking of extending squid to employ network packet filters to intercept relevant TCP packets and thereby calculate latencies.

Re: /dev/poll support for squid-2

2007-05-22 Thread Adrian Chadd
On Tue, May 22, 2007, Michael Pye wrote: Adrian Chadd wrote: On Mon, May 21, 2007, Henrik Nordstrom wrote: What's left to make it a full /dev/poll support? Just testing, or is something missing? Testing. I will test this on a ~200 request per second solaris 10 box in the next day or two