]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.
authorStefan Eissing <icing@apache.org>
Thu, 6 Oct 2022 11:23:46 +0000 (11:23 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 6 Oct 2022 11:23:46 +0000 (11:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904424 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_headers.c

index 5356d21b4faf4e67670f3a7bef05f865e23e1843..cbc7b01a34286d0feb92f5f9c80f4d9e9c250145 100644 (file)
@@ -153,7 +153,7 @@ h2_headers *h2_headers_rcreate(request_rec *r, int status,
                  * in HTTP/2. Tell the client that it should use HTTP/1.1 for this.
                  */
                 ap_log_rerror(APLOG_MARK, APLOG_DEBUG, headers->status, r,
-                              APLOGNO(03061)
+                              APLOGNO(10399)
                               "h2_headers(%ld): renegotiate forbidden, cause: %s",
                               (long)r->connection->id, cause);
                 headers->status = H2_ERR_HTTP_1_1_REQUIRED;