--------------------- PatchSet 477 Date: 2002/12/24 20:51:17 Author: rbcollins Branch: esi Tag: (none) Log: get rid of refcount debugging in ESI code Members: src/ESI.cc:1.1.2.82->1.1.2.83 src/ESIContext.cc:1.1.2.5->1.1.2.6 Index: squid3/src/ESI.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ESI.cc,v retrieving revision 1.1.2.82 retrieving revision 1.1.2.83 diff -u -r1.1.2.82 -r1.1.2.83 --- squid3/src/ESI.cc 24 Dec 2002 20:49:24 -0000 1.1.2.82 +++ squid3/src/ESI.cc 24 Dec 2002 20:51:17 -0000 1.1.2.83 @@ -1,6 +1,6 @@ /* - * $Id: ESI.cc,v 1.1.2.82 2002/12/24 20:49:24 rbcollins Exp $ + * $Id: ESI.cc,v 1.1.2.83 2002/12/24 20:51:17 rbcollins Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -33,7 +33,6 @@ * */ -#define REFCOUNT_DEBUG 1 #include "squid.h" #include "ESI.h" #include "clientStream.h" Index: squid3/src/ESIContext.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ESIContext.cc,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid3/src/ESIContext.cc 24 Dec 2002 09:04:02 -0000 1.1.2.5 +++ squid3/src/ESIContext.cc 24 Dec 2002 20:51:17 -0000 1.1.2.6 @@ -1,6 +1,6 @@ /* - * $Id: ESIContext.cc,v 1.1.2.5 2002/12/24 09:04:02 rbcollins Exp $ + * $Id: ESIContext.cc,v 1.1.2.6 2002/12/24 20:51:17 rbcollins Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -33,7 +33,6 @@ * */ -#define REFCOUNT_DEBUG 1 #include "squid.h" #include "ESIContext.h" #include "Store.h"