[squid-dev] Jenkins build is back to normal : template-full-matrix » clang,d-centos-7 #338

2017-05-05 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

[squid-dev] Build failed in Jenkins: template-full-matrix » clang,d-ubuntu-wily #337

2017-05-05 Thread noc
See -- [...truncated 954.86 KB...] make[5]: Leaving directory

[squid-dev] Jenkins build is back to normal : template-full-matrix » gcc,d-ubuntu-wily #337

2017-05-05 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

[squid-dev] Build failed in Jenkins: template-full-matrix » clang,d-centos-7 #337

2017-05-05 Thread noc
See -- [...truncated 1.96 MB...] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory

Re: [squid-dev] [PATCH] Do not revive unconditionally dead peers after DNS refresh

2017-05-05 Thread Alex Rousskov
On 04/27/2017 02:39 PM, Eduard Bagdasaryan wrote: > +// always start probing in order to effectively detect > +// dead or revived peers > +(void)peerProbeConnect(p); I think we can simplify that comment while making it more precise: peerProbeConnect(p); // detect any died or

Re: [squid-dev] [PATCH] Do not forward HTTP requests to dead idle peers

2017-05-05 Thread Alex Rousskov
On 05/01/2017 07:38 AM, Eduard Bagdasaryan wrote: > There are still no remarks about this patch. > Is there something to be fixed before it can go in? Committed to v5 (r15133) without changes. Thank you, Alex. > On 18.04.2017 13:40, Eduard Bagdasaryan wrote: >> Hello, >> >> This patch removes

[squid-dev] [PATCH] Fix 'miss_access' and 'cache' checks when no ACL rules matched

2017-05-05 Thread Eduard Bagdasaryan
Hello, This patch fixes "miss_access" and "cache" checks when no ACL rules matched. The miss_access code allowed transactions to reach origin server when no "allow" rules matched (and no "deny" rule matched either). This could happen when a miss_access directive ACL could not make a "match" or