]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
better debug message
authorwessels <>
Tue, 27 Apr 1999 03:09:52 +0000 (03:09 +0000)
committerwessels <>
Tue, 27 Apr 1999 03:09:52 +0000 (03:09 +0000)
src/client_side.cc

index a7362de59e887398bde78bed927baf2b1f691fb9..4085021fd303b5a80705438584459914cb0cd705 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.446 1999/04/26 21:06:13 wessels Exp $
+ * $Id: client_side.cc,v 1.447 1999/04/26 21:09:52 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1165,7 +1165,7 @@ clientBuildReplyHeader(clientHttpRequest * http, HttpReply * rep)
        getMyHostname(), Config.Port.http->i);
 #endif
     if (httpReplyBodySize(request->method, http->entry->mem_obj->reply) < 0) {
-       debug(0, 0) ("persistent connection lossage\n");
+       debug(33, 3) ("clientBuildReplyHeader: can't keep-alive, unknown body size\n");
        request->flags.proxy_keepalive = 0;
     }
     /* Signal keep-alive if needed */