]> granicus.if.org Git - apache/commitdiff
PR 55616 (add missing APLOGNO), part 1
authorKaspar Brand <kbrand@apache.org>
Tue, 1 Oct 2013 06:24:29 +0000 (06:24 +0000)
committerKaspar Brand <kbrand@apache.org>
Tue, 1 Oct 2013 06:24:29 +0000 (06:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527925 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/protocol.c

index 166c7ce5e94432a6ad7486892c6b364d5e631492..983711d6f2db911df8c65703989a914dedb3ea98 100644 (file)
@@ -1 +1 @@
-2539
+2540
index 86be1b6dc0c213107053a6c04ededea1e1647b6d..453428e77b214cf5bc046402ed65a87a1f14c8f6 100644 (file)
@@ -1114,7 +1114,7 @@ request_rec *ap_read_request(conn_rec *conn)
              */
             if (!(strcasecmp(tenc, "chunked") == 0 /* fast path */
                     || ap_find_last_token(r->pool, tenc, "chunked"))) {
-                ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO()
+                ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02539)
                               "client sent unknown Transfer-Encoding "
                               "(%s): %s", tenc, r->uri);
                 r->status = HTTP_BAD_REQUEST;