]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a log line message to be clearer. There have been queries in the past
authorGraham Leggett <minfrin@apache.org>
Sat, 6 Apr 2002 13:12:36 +0000 (13:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 6 Apr 2002 13:12:36 +0000 (13:12 +0000)
as to whether this message was an Apache problem, when it warns of a
downstream server problem.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94502 13f79535-47bb-0310-9956-ffa450edef68

src/modules/proxy/proxy_util.c

index fd2e68f82ec2c75bb7af03c4e1db881b058a2f69..b5b1facd253bcfcbb9c8108782b944f2ab334e6e 100644 (file)
@@ -465,8 +465,8 @@ table *ap_proxy_read_headers(request_rec *r, char *buffer, int size, BUFF *f)
             }
 
             ap_log_error(APLOG_MARK, APLOG_WARNING | APLOG_NOERRNO, r->server,
-                         "proxy: Ignoring duplicate HTTP header "
-                         "returned by %s (%s)", r->uri, r->method);
+                         "proxy: Ignoring duplicate HTTP status line "
+                         "returned by buggy server %s (%s)", r->uri, r->method);
             continue;
         }