--------------------- PatchSet 4762 Date: 2007/06/21 10:14:08 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Update code version string to indicate IPv6 branch. Increase debug around comm a little. Members: configure.in:1.63.2.23->1.63.2.24 src/client_side.cc:1.68.2.34->1.68.2.35 Index: squid3/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid3/configure.in,v retrieving revision 1.63.2.23 retrieving revision 1.63.2.24 diff -u -r1.63.2.23 -r1.63.2.24 --- squid3/configure.in 11 Jun 2007 12:25:15 -0000 1.63.2.23 +++ squid3/configure.in 21 Jun 2007 10:14:08 -0000 1.63.2.24 @@ -1,17 +1,17 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.63.2.23 2007/06/11 12:25:15 amosjeffries Exp $ +dnl $Id: configure.in,v 1.63.2.24 2007/06/21 10:14:08 amosjeffries Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 3.0.PRE6-CVS, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 3.0.PRE6-IPv6-CVS, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.63.2.23 $)dnl +AC_REVISION($Revision: 1.63.2.24 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE Index: squid3/src/client_side.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/client_side.cc,v retrieving revision 1.68.2.34 retrieving revision 1.68.2.35 diff -u -r1.68.2.34 -r1.68.2.35 --- squid3/src/client_side.cc 8 Jun 2007 13:29:10 -0000 1.68.2.34 +++ squid3/src/client_side.cc 21 Jun 2007 10:14:08 -0000 1.68.2.35 @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.68.2.34 2007/06/08 13:29:10 amosjeffries Exp $ + * $Id: client_side.cc,v 1.68.2.35 2007/06/21 10:14:08 amosjeffries Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -2435,6 +2435,7 @@ /* Bail out quickly on COMM_ERR_CLOSING - close handlers will tidy up */ if (flag == COMM_ERR_CLOSING) { + debugs(33,5, HERE << " FD " << fd << " closing Bailout."); return; }