]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reduce debug level on bodypipe re-write change
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Dec 2010 23:44:21 +0000 (16:44 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 20 Dec 2010 23:44:21 +0000 (16:44 -0700)
- the original reason for adding is unknown
- it is an annoyance for some
- there have been no big problems tracked down to this bodypipe change
  over the last few years. It appears relatively harmless.

src/client_side_request.cc

index 88831270f00768a01ea958ff8f5907f8221e4ab6..a0034d9c5696b880a0450dc9295bec8121f3c350 100644 (file)
@@ -1044,7 +1044,8 @@ ClientRequestContext::clientRedirectDone(char *result)
         if (old_request->body_pipe != NULL) {
             new_request->body_pipe = old_request->body_pipe;
             old_request->body_pipe = NULL;
-            debugs(0,0,HERE << "redirecting body_pipe " << new_request->body_pipe << " from request " << old_request << " to " << new_request);
+            debugs(61,2, HERE << "URL-rewriter diverts body_pipe " << new_request->body_pipe <<
+                   " from request " << old_request << " to " << new_request);
         }
 
         new_request->content_length = old_request->content_length;