[squid-dev] Build failed in Jenkins: trunk-full-matrix » clang,d-debian-unstable #173

2016-05-31 Thread noc
See -- [...truncated 6856 lines...] make[5]: Leaving directory

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,j-fbsd-93 #660

2016-05-31 Thread noc
See -- [...truncated 109 lines...] configure.ac:175: the top level configure.ac:175: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body

[squid-dev] Build failed in Jenkins: trunk-matrix » clang,rs-fbsd-10 #660

2016-05-31 Thread noc
See -- Started by upstream project "trunk-matrix" build number 660 originally caused by: Started by an SCM change Building remotely on rs-fbsd-10 (gcc farm

[squid-dev] Build failed in Jenkins: trunk-matrix » gcc,j-fbsd-93 #660

2016-05-31 Thread noc
See -- [...truncated 111 lines...] ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded

[squid-dev] Build failed in Jenkins: trunk-full-matrix » gcc,j-fbsd-93 #173

2016-05-31 Thread noc
See -- [...truncated 111 lines...] ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded

[squid-dev] [PATCH] Use TCP_REFRESH_PENDING while waiting for IMS reply

2016-05-31 Thread Eduard Bagdasaryan
Hello, This patch marks refresh-waiting transactions with TCP_REFRESH_PENDING. Before this change, transactions initiating a refresh were still marked as TCP_HIT*. If such a transaction was terminated (for any reason) before receiving an IMS reply, it was logged with that misleading tag. Now,