Use a distinguishing APLOGNO for unk t-e with read-until-close behavior
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Nov 2013 02:55:06 +0000 (02:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Nov 2013 02:55:06 +0000 (02:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1541368 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http/http_filters.c

index 5475b168392b30b2dc9bbc315314a95284dcfe95..d765d59d6220d99c3c3027554ccb6c3e54a1248b 100644 (file)
@@ -1 +1 @@
-2555
+2556
index 56bbdc049a37f9cfe7d9076777001b970ea10deb..12249141086f5a7d4af2f32d9ddd6251b9053c95 100644 (file)
@@ -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;