Re: [squid-dev] [PATCH] splicing resumed sessions

2015-04-08 Thread Alex Rousskov
On 04/08/2015 07:13 PM, Amos Jeffries wrote: > On 4/04/2015 9:17 a.m., Alex Rousskov wrote: >> On 03/27/2015 05:58 AM, Amos Jeffries wrote: >>> Indeed. Its the hostname vs SNI case we can check and SHOULD do so. The >>> raw-IP ones we can skip the check. Some nasties will still get passed, >>> but

Re: [squid-dev] [PATCH] splicing resumed sessions

2015-04-08 Thread Amos Jeffries
On 4/04/2015 9:17 a.m., Alex Rousskov wrote: > On 03/27/2015 05:58 AM, Amos Jeffries wrote: >> Indeed. Its the hostname vs SNI case we can check and SHOULD do so. The >> raw-IP ones we can skip the check. Some nasties will still get passed, >> but less than without any checks. > > > This is all o

Re: [squid-dev] [PATCH] Fix HttpStateData::readReply to retry reads from server

2015-04-08 Thread Amos Jeffries
On 9/04/2015 3:12 a.m., Tsantilas Christos wrote: > Hi all, > > This patch fixes HttpStateData::readReply to retry read from server in > the case of EINPROGRESS, EAGAIN or similar errors > > This bug mostly affects SSL bumped connections. The > HttpStateData::readReply will not retry read from se

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,j-fbsd-93 #159

2015-04-08 Thread noc
See -- [...truncated 4360 lines...] /usr/local/lib/gcc49/include/c++/bits/stl_vector.h:803: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)' /usr/loca

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,j-fbsd-93 #159

2015-04-08 Thread noc
See -- [...truncated 2982 lines...] ccache clang++ -DHAVE_CONFIG_H-I../../../../.. -I../../../../../include -I../../../../../lib -I../../../../../src -I../../../inclu

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,j-fbsd-93 #158

2015-04-08 Thread noc
See -- [...truncated 4360 lines...] /usr/local/lib/gcc49/include/c++/bits/stl_vector.h:803: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)' /usr/loca

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,j-fbsd-93 #158

2015-04-08 Thread noc
See -- [...truncated 2982 lines...] ccache clang++ -DHAVE_CONFIG_H-I../../../../.. -I../../../../../include -I../../../../../lib -I../../../../../src -I../../../inclu

[squid-dev] [PATCH] Fix HttpStateData::readReply to retry reads from server

2015-04-08 Thread Tsantilas Christos
Hi all, This patch fixes HttpStateData::readReply to retry read from server in the case of EINPROGRESS, EAGAIN or similar errors This bug mostly affects SSL bumped connections. The HttpStateData::readReply will not retry read from server in the case of an EINPROGRESS or similar comm errors a