SOURCES: apache1-rwrite-debug.patch (NEW) date: 2003/03/09 14:32:5...

glen glen at pld-linux.org
Fri Feb 17 09:28:18 CET 2006


Author: glen                         Date: Fri Feb 17 08:28:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
date: 2003/03/09 14:32:58;  author: glen;  state: Exp;
- write url when rwrite error is printed:
  Feb 17 10:26:54 webserver apache[3737]: [info] [client a.b.c.d] (32)Broken pipe: client stopped connection before rwrite completed
  Feb 17 10:26:55 webserver apache[1810]: [info] [client a.b.c.d] (32)Broken pipe: client stopped connection before rwrite completed

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

---- Diffs:

================================================================
Index: SOURCES/apache1-rwrite-debug.patch
diff -u /dev/null SOURCES/apache1-rwrite-debug.patch:1.1
--- /dev/null	Fri Feb 17 09:28:18 2006
+++ SOURCES/apache1-rwrite-debug.patch	Fri Feb 17 09:28:13 2006
@@ -0,0 +1,11 @@
+--- ./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 @@
+     if (n < 0) {
+         if (!r->connection->aborted) {
+             ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
+-                "client stopped connection before rwrite completed");
++                "client stopped connection before rwrite completed (url: %s?%s)", r->uri, r->args ? r->args : "");
+             ap_bsetflag(r->connection->client, B_EOUT, 1);
+             r->connection->aborted = 1;
+         }
================================================================


More information about the pld-cvs-commit mailing list