(possible?) bugfix for squid-3.0

2004-03-12 Thread garana
Hi, The patch attached fixes a possible bug: in pconn.cc:314 there is a call to strncpy, but xstrncpy should be used, since strcmp is used for key comparison (pconn.cc:231). pconnKey: snprintf(buf, SQUIDHOSTNAMELEN * 2 + 10, ); pconnPop: strncpy(key, pconnKey(host, port, domain),

Re: next version of content-encoding / gzip design doc

2004-03-03 Thread garana
Hi there, I'm back with this task (again). Jon: you are far more advanced than I am on understanding squid. I can start helping content compression writing GzipCoder, if you want to. (Already discussed) About TE/Transfer-Encoding vs Accept-Encoding/Content-Encoding: Content-Encoding