]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reduce debug level on bodypipe re-write change
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 16 Nov 2010 05:43:47 +0000 (18:43 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 16 Nov 2010 05:43:47 +0000 (18:43 +1300)
- 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 28b97083d025e8fd9b460e25d9127fbd5909c17d..8278b01046e0320305b8b2ae0481424f1a8e9b2c 100644 (file)
@@ -1052,7 +1052,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;