Re: squid-3 icap related patch

2006-10-02 Thread Alex Rousskov
On Thu, 2006-09-28 at 05:18 -0400, Tsantilas Christos wrote: > 3) File ICAP/ICAPModXact.cc function > ICAPModXact::handleCommWroteHeaders() > > Sometimes, we have read the headers but not any part of the body yet > so in this case we must not call writeMore() function. > > -writeMore();

Re: squid-3 icap related patch

2006-10-02 Thread Alex Rousskov
On Thu, 2006-09-28 at 05:18 -0400, Tsantilas Christos wrote: > Hi all, > > I am sending a small patch for icap client. > With this patch squid-icap works for me (using 1-2 clients). > I will test it more under load, using different scenarios. I am working on committing yours and other ICAP fixes

Re: proposal to remove port 563 from default ACLs

2006-10-02 Thread Henrik Nordstrom
fre 2006-09-29 klockan 16:07 -0600 skrev Duane Wessels: > Our default ACL configuration allows CONNECT requests to port 563, > which is for NNTP over SSL. Assuming that nobody really uses NNTP > over SSL, especially through an HTTP proxy, I suggest that we > remove it from the defaults. I have ac

Re: Various COSS minor problems

2006-10-02 Thread Serassio Guido
Hi, At 02.30 26/09/2006, Adrian Chadd wrote: On Sun, Sep 24, 2006, Guido Serassio wrote: > AioDone() now is called from StoreAufsDirDone() during squid shutdown > and calls squidaio_shutdown(). We must be sure that AioDone() is > executed once after both aufs and COSS shutdown. > I think that w