From: William A. Rowe Jr Date: Wed, 13 Nov 2013 02:55:06 +0000 (+0000) Subject: Use a distinguishing APLOGNO for unk t-e with read-until-close behavior X-Git-Tag: 2.5.0-alpha~4865 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c8aff78f1c2918a64615be87060f85c8fc1f48d;p=apache Use a distinguishing APLOGNO for unk t-e with read-until-close behavior git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1541368 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 5475b16839..d765d59d62 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2555 +2556 diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 56bbdc049a..1224914108 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -235,7 +235,7 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, * the final encoding, the message body length is determined by * reading the connection until it is closed by the server." */ - ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, APLOGNO(01586) + ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, APLOGNO(02555) "Unknown Transfer-Encoding: %s;" " using read-until-close", tenc); tenc = NULL;