From 6c8aff78f1c2918a64615be87060f85c8fc1f48d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 13 Nov 2013 02:55:06 +0000 Subject: [PATCH] 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 --- docs/log-message-tags/next-number | 2 +- modules/http/http_filters.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 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; -- 2.50.0