]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
lognos for r1933344
authorEric Covener <covener@apache.org>
Sun, 26 Apr 2026 15:54:12 +0000 (15:54 +0000)
committerEric Covener <covener@apache.org>
Sun, 26 Apr 2026 15:54:12 +0000 (15:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933345 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/ajp_header.c

index e5de12ffb20b497c8f34e03158e4fedd297b6a32..37eec71096309d4de3d5e4348c5f943fdb02f0b4 100644 (file)
@@ -1 +1 @@
-10546
+10547
index 358ee084ec26ae088f6e7b426a0c9a6f126cbd5a..334d0aebb12b4b6bdd57cb5f48b4a098712f8484 100644 (file)
@@ -836,7 +836,7 @@ apr_status_t  ajp_parse_data(request_rec  *r, ajp_msg_t *msg,
      *                     0x00 and is not part of the chunk.
      */
     if (msg->len < AJP_HEADER_LEN + AJP_HEADER_SZ_LEN + 1 + 1) {
-        ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
+        ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10546)
                "ajp_parse_data: Message too small");
         return AJP_EBAD_HEADER;
     }