[squid-dev] test

2015-01-07 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for the noise, please ignroe. Just testing to see if my mailer is receiving squid mail again after RBL issues. Amos -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (MingW32) iQEcBAEBAgAGBQJUrQqJAAoJELJo5wb/XPRj1HYIAIP7Ru3FRPDZ4eT4XY59DJCb

Re: [squid-dev] Fwd: Heads up: cachemgr output in trunk

2015-01-07 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/01/2015 10:44 p.m., Kinkie wrote: Hi, something is looking weird with cachemgr output (and has been for a while, at least before rev 13809. 1. ACLs are not newline-separated acl CONNECT method CONNECT acl Safe_ports port 80 21 443 70

[squid-dev] [RFC] remove-splay branch

2015-01-07 Thread Kinkie
Hi all, following the recent discussions on Splay, I've started working on replacing it wherever it makes sense (almost everywhere) with std::set or std::map or std::unordered_map Among the expected benefits are clearer memory management responsibilities, performance, more compact and standard

[squid-dev] Build failed in Jenkins: 3.HEAD-amd64-centos-6-clang #419

2015-01-07 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-centos-6-clang/419/changes Changes: [Amos Jeffries] Fix assertions inserting duplicate values into a splay ... loading ACLs with duplicate values is quite common. -- [...truncated 3768 lines...] sed -e

[squid-dev] Build failed in Jenkins: anybranch-wholefarm-matrix ยป gcc,d-ubuntu-utopic #115

2015-01-07 Thread noc
See http://build.squid-cache.org/job/anybranch-wholefarm-matrix/compiler=gcc,label=d-ubuntu-utopic/115/ -- [...truncated 57186 lines...] make[2]: Entering directory

Re: [squid-dev] [PATCH] adapting 100-Continue / A Bug 4067 fix

2015-01-07 Thread Tsantilas Christos
On 01/01/2015 01:47 AM, Alex Rousskov wrote: On 11/09/2014 02:02 PM, Tsantilas Christos wrote: void Http::Server::processParsedRequest(ClientSocketContext *context) { +if (!buildHttpRequest(context)) +return; + +if (Config.accessList.forceRequestBodyContinuation) { +