From: Graham Leggett Date: Sat, 6 Apr 2002 13:12:36 +0000 (+0000) Subject: Fix a log line message to be clearer. There have been queries in the past X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa10b50288616dfe129d4618067ad416f22b464;p=thirdparty%2Fapache%2Fhttpd.git Fix a log line message to be clearer. There have been queries in the past 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 --- diff --git a/src/modules/proxy/proxy_util.c b/src/modules/proxy/proxy_util.c index fd2e68f82ec..b5b1facd253 100644 --- a/src/modules/proxy/proxy_util.c +++ b/src/modules/proxy/proxy_util.c @@ -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; }