]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-rwrite-debug.patch
- fix shell syntax
[packages/apache1.git] / apache1-rwrite-debug.patch
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.026594 seconds and 3 git commands to generate.