Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-19 Thread Christos Tsantilas
On 10/19/2016 07:13 PM, Alex Rousskov wrote: On 10/19/2016 08:49 AM, Christos Tsantilas wrote: I am attaching a new patch. I would like to discuss two issues: * Logging of scheme-less URLs This is defines a new proto the PROTO_TCP, and for this prints the url in the form host:port. The

Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-19 Thread Alex Rousskov
On 10/19/2016 08:49 AM, Christos Tsantilas wrote: > I am attaching a new patch. I would like to discuss two issues: * Logging of scheme-less URLs > This is defines a new proto the PROTO_TCP, and for this prints the url > in the form host:port. The PROTO_TCP name sounds bad because we may want

Re: [squid-dev] [PATCH] Support tunneling of bumped non-HTTP traffic. Other SslBump fixes.

2016-10-19 Thread Christos Tsantilas
I am attaching a new patch. This is defines a new proto the PROTO_TCP, and for this prints the url in the form host:port. There are no other changes from t8 patch. On 10/18/2016 08:52 AM, Alex Rousskov wrote: On 10/17/2016 10:56 PM, Amos Jeffries wrote: On 18/10/2016 7:54 a.m., Christos

Re: [squid-dev] Squid 3.5.23: crash in Comm::DoSelect

2016-10-19 Thread oleg gv
SQUID_MAXFD == 256, but Sqid_MaxFD == 4096, and SQUID_MAXFD_LIMIT == 1024 it's like, that some code uses SQUID_MAXFD, and some Squid_MaxFD it's looks that it is supposed, that SQUID_MAXFD always >= Squid_MaxFD, but in main.cc there is possibility to get Squis_MaxFD > SQUID_MAXFD (in getrlimit