Re: [squid-dev] [PATCH] Extend SBufContainerJoin to have prefix and suffix arguments

2016-11-06 Thread Alex Rousskov
On 11/06/2016 01:15 AM, Kinkie wrote: >>> +dest.reserveSpace(prefix.length() + totalContainerSize + >>> suffix.length()); >> >> Please note that v4 still allocates memory according to my last >> experiment. See JoinContainerIntoSBuf3() which mimics your patch v4. You >> may claim that the

[squid-dev] Build failed in Jenkins: trunk-full-matrix ยป clang,d-ubuntu-wily #277

2016-11-06 Thread noc
http://build.squid-cache.org/job/trunk-full-matrix/compiler=clang,label=d-ubuntu-wily/277/-- [...truncated 6785 lines...] make[5]: Leaving directory

Re: [squid-dev] [PATCH] Fix spelling for digest nonce cache maintenance event

2016-11-06 Thread Garri Djavadyan
On 2016-11-03 08:18, Amos Jeffries wrote: On 2/11/2016 9:12 p.m., Garri Djavadyan wrote: Please apply the patch to fix spelling for digest nonce cache maintenance event. The patch is for Squid 4.0.16. Thanks. Thanks. Applied to trunk as rev.14910. Amos Same problem in 3.5 branch. The

Re: [squid-dev] [PATCH] Extend SBufContainerJoin to have prefix and suffix arguments

2016-11-06 Thread Kinkie
>> +dest.reserveSpace(prefix.length() + totalContainerSize + >> suffix.length()); > > Please note that v4 still allocates memory according to my last > experiment. See JoinContainerIntoSBuf3() which mimics your patch v4. You > may claim that the unnecessary allocation is not the fault of this