]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-rwrite-debug.patch
- webserver(virtual) provides renamed to be shorter and less confusing
[packages/apache1.git] / apache1-rwrite-debug.patch
CommitLineData
190c2e8e
ER
1--- ./src/main/http_protocol.c~ Thu Apr 25 15:56:54 2002
2+++ ./src/main/http_protocol.c Thu Apr 25 15:56:57 2002
3@@ -2537,7 +2537,7 @@
4 if (n < 0) {
5 if (!r->connection->aborted) {
6 ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
7- "client stopped connection before rwrite completed");
8+ "client stopped connection before rwrite completed (url: %s?%s)", r->uri, r->args ? r->args : "");
9 ap_bsetflag(r->connection->client, B_EOUT, 1);
10 r->connection->aborted = 1;
11 }
This page took 0.031606 seconds and 4 git commands to generate.