From: Yann Ylavic Date: Sat, 31 Jan 2015 18:19:59 +0000 (+0000) Subject: mod_proxy_connect: fix duplicated AH introduced by r1635645. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d5b068e64b7bc99feda16b2b50dac35558ce897;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy_connect: fix duplicated AH introduced by r1635645. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656230 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index d698320b883..45c22531f7d 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2827 +2828 diff --git a/modules/proxy/mod_proxy_connect.c b/modules/proxy/mod_proxy_connect.c index 08bb0f4a496..aa6ae93ee31 100644 --- a/modules/proxy/mod_proxy_connect.c +++ b/modules/proxy/mod_proxy_connect.c @@ -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"); } }