summaryrefslogtreecommitdiff
path: root/modules/http2
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-10-06 11:23:46 +0000
committerStefan Eissing <icing@apache.org>2022-10-06 11:23:46 +0000
commit61cf9210aea5ce488209464c72b40501bd9070a7 (patch)
treec929424f52a3523efccf84339f930b39246173ee /modules/http2
parent94fe0482188bd5497c070bd8a0f03b1ffdddc37c (diff)
downloadhttpd-61cf9210aea5ce488209464c72b40501bd9070a7.tar.gz
Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2')
-rw-r--r--modules/http2/h2_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_headers.c b/modules/http2/h2_headers.c
index 5356d21b4f..cbc7b01a34 100644
--- a/modules/http2/h2_headers.c
+++ b/modules/http2/h2_headers.c
@@ -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;