On 13.12.2012 12:34, Eliezer Croitoru wrote:
I worked on the old code and was reading introduction to c++ to
understand better things in the code and it really gave me a lot.
Now I got some problem while using concurrency with store_id helper.
If I use concurrency and even on "1" I get assertion problem in the
cache log as:
2012/12/13 01:26:56 kid2| assertion failed:
../../12500/src/HttpHeader.cc:1271: "name && value"
2012/12/13 01:26:56 kid1| assertion failed:
../../12500/src/HttpHeader.cc:1271: "name && value"
Which basically is this code:
http://bazaar.launchpad.net/~squid/squid/trunk/view/head:/src/HttpHeader.cc#L1289
For this specific branch I am using is 12500 so I will later update
it.
Was there anything that fixed or could have fixed this kind of issue?
What is the helper line being returned?
Amos