]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added a level 9 debug statement dumping the helper receive buffer
authorhno <>
Tue, 22 Oct 2002 15:40:29 +0000 (15:40 +0000)
committerhno <>
Tue, 22 Oct 2002 15:40:29 +0000 (15:40 +0000)
to ease debugging of helper interactions

src/helper.cc

index 81e78f2a30efd3d8cc1f86ff467755373ac07c87..3d8f3928a1513f53de7fabd4f8453f8f71356d28 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: helper.cc,v 1.52 2002/10/21 22:17:32 hno Exp $
+ * $Id: helper.cc,v 1.53 2002/10/22 09:40:29 hno Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
@@ -722,6 +722,7 @@ helperHandleRead(int fd, char *buf, size_t len, comm_err_t flag, int xerrno, voi
     }
     srv->offset += len;
     srv->buf[srv->offset] = '\0';
+    debug(84, 9) ("helperHandleRead: '%s'\n", srv->rbuf);
     r = srv->request;
     if (r == NULL) {
        /* someone spoke without being spoken to */