[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,d-debian-unstable #194

2016-07-17 Thread noc
See -- [...truncated 3713 lines...] libtool: compile: ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../include

[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,rs-fbsd-10 #194

2016-07-17 Thread noc
See -- [...truncated 35616 lines...] mv -f $depbase.Tpo $depbase.Plo libtool: compile: ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib

Re: [squid-dev] [RFC] "Splicing" bumped requests to resolve\workaround WebSockets issues.

2016-07-17 Thread Eliezer Croitoru
Alex thanks for clearing things out. I remember something's vaguely and this is why I didn't quote anything. I tried searching for something in the squid-dev list or irc but I couldn't found it. "tunnel after bump" is indeed the right term and despite to what some think in many cases the issue is

Re: [squid-dev] [RFC] "Splicing" bumped requests to resolve\workaround WebSockets issues.

2016-07-17 Thread Alex Rousskov
On 07/15/2016 04:29 AM, Eliezer Croitoru wrote: > The issue: > > Clients are issuing secured connections which contains WebSockets > internally and squid HTTP parsing breaks these connections. > Another related issue which deserves attention: > > Certificate pinning and connection breakage. >

Re: [squid-dev] [RFC] reduce MISS on transients collision

2016-07-17 Thread Alex Rousskov
On 07/17/2016 12:59 PM, Alex Rousskov wrote: > On 07/17/2016 05:01 AM, Amos Jeffries wrote: >> I've just been looking at the Store::Controller::find() implementation >> and it struck me that if the transients lookup has an error the object >> will fail to HIT on any existing cache entries. > > If

Re: [squid-dev] [RFC] reduce MISS on transients collision

2016-07-17 Thread Alex Rousskov
On 07/17/2016 05:01 AM, Amos Jeffries wrote: > I've just been looking at the Store::Controller::find() implementation > and it struck me that if the transients lookup has an error the object > will fail to HIT on any existing cache entries. If the transients table tells us that the transient

[squid-dev] [RFC] reduce MISS on transients collision

2016-07-17 Thread Amos Jeffries
I've just been looking at the Store::Controller::find() implementation and it struck me that if the transients lookup has an error the object will fail to HIT on any existing cache entries. It seems to me that failure on any specific lookup should continue checking the alternative places. Alex;

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,rs-fbsd-10 #693

2016-07-17 Thread noc
See -- [...truncated 35616 lines...] /bin/sh ../../libtool --tag=CXX --mode=compile ccache clang++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib

Re: [squid-dev] [PATCH] Some failed transactions are not logged

2016-07-17 Thread Amos Jeffries
On 16/07/2016 2:40 a.m., Eduard Bagdasaryan wrote: > Hello, > > There are situations when Squid logs nothing to access.log after an > [abnormal] transaction termination. Such "stealthy" transactions may be > a security risk and an accounting problem. > > ClientHttpRequest is responsible for