]> git.pld-linux.org Git - packages/apache1.git/commitdiff
date: 2003/03/09 14:32:58; author: glen; state: Exp;
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 17 Feb 2006 08:28:13 +0000 (08:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    apache1-rwrite-debug.patch -> 1.1

apache1-rwrite-debug.patch [new file with mode: 0644]

diff --git a/apache1-rwrite-debug.patch b/apache1-rwrite-debug.patch
new file mode 100644 (file)
index 0000000..037151d
--- /dev/null
@@ -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;
+         }
This page took 0.037676 seconds and 4 git commands to generate.