From 12af2e3ac22af63f5d80c9cf6c7a65cf8d4806a4 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sat, 31 Jan 2015 18:19:59 +0000 Subject: [PATCH] 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 --- docs/log-message-tags/next-number | 2 +- modules/proxy/mod_proxy_connect.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index d698320b88..45c22531f7 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 08bb0f4a49..aa6ae93ee3 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"); } } -- 2.40.0