Re: IdleConnList problems

2011-07-04 Thread Amos Jeffries
On 05/07/11 06:35, Tsantilas Christos wrote: Hi all, I am still having many problems with IdleConnList :-( Looks that the IdleConnList::pop() and the IdleConnList::findUseable() methods return always NULL. The reason is the fd_table[]::flags.read_pending flag which is always 0. I can find only o

IdleConnList problems

2011-07-04 Thread Tsantilas Christos
Hi all, I am still having many problems with IdleConnList :-( Looks that the IdleConnList::pop() and the IdleConnList::findUseable() methods return always NULL. The reason is the fd_table[]::flags.read_pending flag which is always 0. I can find only one place in the code where this flag set to

HTTPS pass through / SNI filtering

2011-07-04 Thread Deniz Eren
Hi; I'm planning to work on an acl which uses SNI. But I need to pass https traffic through squid without processing it. Because I'm not interested in filtering or seeing the content, SNI server_name info will be enough. But with squid it is not possible to pass https traffic without processing it

Re: [PATCH] Allow MemPool late initialization

2011-07-04 Thread Amos Jeffries
On 02/07/11 08:47, Alex Rousskov wrote: On 06/30/2011 06:13 AM, Amos Jeffries wrote: The problem: On 24/06/11 02:43, Kinkie wrote: Hi all, 2011/06/23 16:38:39 kid3| assertion failed: mem.cc:516: "MemPools[t]" at startup FQDN had memDataInit() in its component setup, which moved. The asse

Re: Ip::Address::IsAnyAddr

2011-07-04 Thread Amos Jeffries
On 29/06/11 23:23, Amos Jeffries wrote: On 29/06/11 21:26, Tsantilas Christos wrote: Hi all, I am having a small problem with Ip::Address::IsAnyAddr method. As it is implemented in the case the ipaddress is an IPv4 address and it is AnyAddr, the IsAnyAddr method will return false. I believe we