SOURCES: apache1-rwrite-debug.patch - include more urls in debug m...

glen glen at pld-linux.org
Thu Nov 23 14:10:32 CET 2006


Author: glen                         Date: Thu Nov 23 13:10:32 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- include more urls in debug messages

---- Files affected:
SOURCES:
   apache1-rwrite-debug.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/apache1-rwrite-debug.patch
diff -u SOURCES/apache1-rwrite-debug.patch:1.1 SOURCES/apache1-rwrite-debug.patch:1.2
--- SOURCES/apache1-rwrite-debug.patch:1.1	Fri Feb 17 09:28:13 2006
+++ SOURCES/apache1-rwrite-debug.patch	Thu Nov 23 14:10:27 2006
@@ -1,6 +1,33 @@
---- ./src/main/http_protocol.c~	Thu Apr 25 15:56:54 2002
-+++ ./src/main/http_protocol.c	Thu Apr 25 15:56:57 2002
-@@ -2537,7 +2537,7 @@
+--- apache_1.3.37/src/main/http_protocol.c	2006-11-23 15:05:03.776638483 +0200
++++ apache_1.3.37/src/main/http_protocol.c	2006-11-23 15:07:14.679573858 +0200
+@@ -2486,7 +2486,7 @@
+             else if (w < 0) {
+                 if (!r->connection->aborted) {
+                     ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
+-                     "client stopped connection before send body completed");
++                     "client stopped connection before send body completed (url: %s?%s)", r->uri, r->args ? r->args : "");
+                     ap_bsetflag(r->connection->client, B_EOUT, 1);
+                     r->connection->aborted = 1;
+                 }
+@@ -2572,7 +2572,7 @@
+             /* we need to block, so flush the output first */
+             if (ap_bflush(r->connection->client) < 0) {
+                 ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
+-                    "client stopped connection before send body completed");
++                    "client stopped connection before send body completed (url: %s?%s)", r->uri, r->args ? r->args : "");
+                 ap_bsetflag(r->connection->client, B_EOUT, 1);
+                 r->connection->aborted = 1;
+                 break;
+@@ -2610,7 +2610,7 @@
+             else if (w < 0) {
+                 if (!r->connection->aborted) {
+                     ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
+-                       "client stopped connection before send body completed");
++                       "client stopped connection before send body completed (url: %s?%s)", r->uri, r->args ? r->args : "");
+                     ap_bsetflag(r->connection->client, B_EOUT, 1);
+                     r->connection->aborted = 1;
+                 }
+@@ -2735,7 +2735,7 @@
      if (n < 0) {
          if (!r->connection->aborted) {
              ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache1-rwrite-debug.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list