You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2013/11/13 03:55:06 UTC

svn commit: r1541368 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/http/http_filters.c

Author: wrowe
Date: Wed Nov 13 02:55:06 2013
New Revision: 1541368

URL: http://svn.apache.org/r1541368
Log:
Use a distinguishing APLOGNO for unk t-e with read-until-close behavior

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/http/http_filters.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1541368&r1=1541367&r2=1541368&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Wed Nov 13 02:55:06 2013
@@ -1 +1 @@
-2555
+2556

Modified: httpd/httpd/trunk/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?rev=1541368&r1=1541367&r2=1541368&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_filters.c (original)
+++ httpd/httpd/trunk/modules/http/http_filters.c Wed Nov 13 02:55:06 2013
@@ -235,7 +235,7 @@ apr_status_t ap_http_filter(ap_filter_t 
                  * 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;