You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2002/04/06 15:12:36 UTC

cvs commit: apache-1.3/src/modules/proxy proxy_util.c

minfrin     02/04/06 05:12:36

  Modified:    src/modules/proxy proxy_util.c
  Log:
  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.
  
  Revision  Changes    Path
  1.111     +2 -2      apache-1.3/src/modules/proxy/proxy_util.c
  
  Index: proxy_util.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/proxy/proxy_util.c,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- proxy_util.c	25 Mar 2002 09:21:59 -0000	1.110
  +++ proxy_util.c	6 Apr 2002 13:12:36 -0000	1.111
  @@ -465,8 +465,8 @@
               }
   
               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;
           }