]> granicus.if.org Git - apache/commitdiff
mod_proxy_connect: fix duplicated AH introduced by r1635645.
authorYann Ylavic <ylavic@apache.org>
Sat, 31 Jan 2015 18:19:59 +0000 (18:19 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 31 Jan 2015 18:19:59 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656230 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_connect.c

index d698320b8833c675811600ea914338f120e6fcc5..45c22531f7d6cf6e34c7ced06111a21de40f0c3a 100644 (file)
@@ -1 +1 @@
-2827
+2828
index 08bb0f4a4968a5ec20603be3495d7947f649ea0a..aa6ae93ee31527bd66043c13e93087bdcf4e652b 100644 (file)
@@ -459,7 +459,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
                 else if (pollevent & APR_POLLERR) {
                     rv = APR_EPIPE;
                     c->aborted = 1;
-                    ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, APLOGNO(01026)
+                    ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, APLOGNO(02827)
                                   "err on client");
                 }
             }