Re: [squid-dev] [PATCH] Temporary fix to restore compatibility with Amazon

2015-06-24 Thread Amos Jeffries
On 24/06/2015 5:55 p.m., Alex Rousskov wrote: Hello, This temporary trunk fix adds support for request URIs containing '|' characters. Such URIs are used by popular Amazon product (and probably other) sites: /images/I/ID1._RC|ID2.js,ID3.js,ID4.js_.js Without this fix, all requests for

Re: [squid-dev] [PATCH] Temporary fix to restore compatibility with Amazon

2015-06-24 Thread Kinkie
My 2c: I vote for reality; possibly with a shaming announce message; I wouldn't even recommend logging the violation: there is nothing the average admin can do about it. I would consider adding a shaming comment in the release notes. On Wed, Jun 24, 2015 at 10:12 PM, Alex Rousskov

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,d-fedora-21 #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=gcc,label=d-fedora-21/222/ -- [...truncated 9197 lines...] ccache g++ -DHAVE_CONFIG_H

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,d-ubuntu-utopic #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=gcc,label=d-ubuntu-utopic/222/ -- [...truncated 51125 lines...] Testing ../../src/DiskIO/IpcIo/IpcIoFile.h ...Ok. Testing ../../src/DiskIO/IpcIo/IpcIoDiskIOModule.h ...Ok. Testing

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,d-fedora-20 #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-fedora-20/222/ -- [...truncated 3998 lines...] ../configure: line 2193: conftest.err: No such file or directory sed: can't read conftest.cpp: No such file or directory no checking for

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,d-centos-7 #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=gcc,label=d-centos-7/222/ -- [...truncated 47791 lines...] mv -f $depbase.Tpo $depbase.Plo libtool: compile: ccache gcc -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src

Re: [squid-dev] [PATCH] Temporary fix to restore compatibility with Amazon

2015-06-24 Thread Marcus Kool
On 06/24/2015 05:24 PM, Kinkie wrote: My 2c: I vote for reality; possibly with a shaming announce message; I wouldn't even recommend logging the violation: there is nothing the average admin can do about it. I would consider adding a shaming comment in the release notes. more cents:

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,d-ubuntu-precise #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-ubuntu-precise/222/ -- [...truncated 4969 lines...] ^ /usr/include/c++/4.6/bits/atomic_base.h:167:11: error: no template named '__atomic_base'; did you mean

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,d-debian-wheezy #222

2015-06-24 Thread noc
See http://build.squid-cache.org/job/trunk-matrix/compiler=clang,label=d-debian-wheezy/222/ -- [...truncated 4972 lines...] /usr/include/c++/4.6/bits/atomic_base.h:167:11: error: no template named '__atomic_base'; did you mean '__atomic0::__atomic_base'?

Re: [squid-dev] [PATCH] Temporary fix to restore compatibility with Amazon

2015-06-24 Thread Alex Rousskov
On 06/24/2015 02:24 PM, Kinkie wrote: My 2c: I vote for reality; possibly with a shaming announce message; I would recommend against shaming any particular company unless somebody can personally vouch that that specific company is the one to blame. I cannot (without a lot more triage work which

Re: [squid-dev] [PATCH] Temporary fix to restore compatibility with Amazon

2015-06-24 Thread Alex Rousskov
On 06/24/2015 05:26 AM, Amos Jeffries wrote: On 24/06/2015 5:55 p.m., Alex Rousskov wrote: This temporary trunk fix adds support for request URIs containing '|' characters. Such URIs are used by popular Amazon product (and probably other) sites: /images/I/ID1._RC|ID2.js,ID3.js,ID4.js_.js