Re: [PATCH] Do not send unretriable requests on reused pinned connections

2012-12-02 Thread Henrik Nordström
lör 2012-12-01 klockan 18:02 -0700 skrev Alex Rousskov: a) If we are talking about unretriable requests, the client already violated HTTP by sending such a request over the persistent client connection. Some of these clients may fail to handle resets properly. End-user-agents have much more

Build failed in Jenkins: 3.3-matrix » obsd-49-x86 #14

2012-12-02 Thread noc
See http://build.squid-cache.org/job/3.3-matrix/./label=obsd-49-x86/14/ -- Started by upstream project 3.3-matrix build number 14 originally caused by: Started by user Amos Jeffries Building remotely on obsd-49-x86 in workspace

Build failed in Jenkins: 3.HEAD-amd64-CentOS-5.3 #2166

2012-12-02 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/2166/changes Changes: [Amos Jeffries] Prep for 3.3.0.2, 3.2.4, 3.1.22 -- [...truncated 7836 lines...] 373b802000-373ba01000 ---p 2000 fd:00 130496

Re: [PATCH] stage 2 of store url as fake store_url helper

2012-12-02 Thread Alex Rousskov
On 12/02/2012 06:55 AM, Eliezer Croitoru wrote: Changed the storeUrl etc to storeId and store_id. +const char *HttpRequest::urlStoreId() +{ + if (store_id) + return store_id; + else + return urlCanonical((HttpRequest*)this); +} Please replace urlStoreId with storeId. The

Re: [PATCH] stage 2 of store url as fake store_url helper

2012-12-02 Thread Eliezer Croitoru
On 12/2/2012 7:56 PM, Alex Rousskov wrote: On 12/02/2012 06:55 AM, Eliezer Croitoru wrote: Changed the storeUrl etc to storeId and store_id. +const char *HttpRequest::urlStoreId() +{ + if (store_id) + return store_id; + else + return urlCanonical((HttpRequest*)this); +}

can I run a self-contained build?

2012-12-02 Thread carteriii
My approach to building installing software usually follows a common pattern to have different release versions in different directories and then either just launch locally from one of those directories or use a symbolic link to point to the current version. This allows me to quickly install or

Jenkins build is back to normal : 3.2-matrix » master #283

2012-12-02 Thread noc
See http://build.squid-cache.org/job/3.2-matrix/./label=master/283/changes

Build failed in Jenkins: 3.2-matrix » obsd-49-x86 #283

2012-12-02 Thread noc
See http://build.squid-cache.org/job/3.2-matrix/./label=obsd-49-x86/283/ -- Started by upstream project 3.2-matrix build number 283 originally caused by: Started by an SCM change Building remotely on obsd-49-x86 in workspace

Re: can I run a self-contained build?

2012-12-02 Thread Amos Jeffries
On 03.12.2012 13:05, carteriii wrote: My approach to building installing software usually follows a common pattern to have different release versions in different directories and then either just launch locally from one of those directories or use a symbolic link to point to the current

Re: Multiple issues in Squid-3.2.3 SMP + rock + aufs + a bit of load

2012-12-02 Thread Henrik Nordström
fre 2012-11-30 klockan 15:38 -0700 skrev Alex Rousskov: On 11/30/2012 02:25 PM, Henrik Nordström wrote: We should look into why it is at all needed. From what I can understand it should not be needed. Agreed. Please do that if you can. Found it. The event loop gets saturated with timed

Jenkins build is back to normal : 3.HEAD-amd64-CentOS-5.3 #2167

2012-12-02 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-CentOS-5.3/2167/changes

Re: Multiple issues in Squid-3.2.3 SMP + rock + aufs + a bit of load

2012-12-02 Thread Alex Rousskov
On 12/02/2012 06:46 PM, Henrik Nordström wrote: fre 2012-11-30 klockan 15:38 -0700 skrev Alex Rousskov: On 11/30/2012 02:25 PM, Henrik Nordström wrote: We should look into why it is at all needed. From what I can understand it should not be needed. Agreed. Please do that if you can.