From 49f3a9c00011d4d63590b42df0b3aabbb51d5ba4 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 28 Jun 2023 12:49:21 +0000 Subject: [PATCH] Follow up to r1910656: Fix dumplicate APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910664 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 2ade9fd988d..2a1d10145b7 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -405,7 +405,7 @@ request_rec *h2_create_request_rec(const h2_request *req, conn_rec *c, } } else if (req->protocol) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10460) + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, c, APLOGNO(10470) "':protocol: %s' header present in %s request", req->protocol, req->method); access_status = HTTP_BAD_REQUEST; -- 2.47.2