This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a8345fb5ab Fix typo
a8345fb5ab is described below
commit a8345fb5ab4bdfb239f31f45593c21c6d1e181c7
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 8 16:36:03 2026 +0100
Fix typo
---
java/org/apache/coyote/http2/LocalStrings.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http2/LocalStrings.properties
b/java/org/apache/coyote/http2/LocalStrings.properties
index 5e7eda0eec..838538fe57 100644
--- a/java/org/apache/coyote/http2/LocalStrings.properties
+++ b/java/org/apache/coyote/http2/LocalStrings.properties
@@ -101,7 +101,7 @@ stream.header.required=Connection [{0}], Stream [{1}], One
or more required head
stream.header.te=Connection [{0}], Stream [{1}], HTTP header [te] is not
permitted to have the value [{2}] in an HTTP/2 request
stream.header.unexpectedPseudoHeader=Connection [{0}], Stream [{1}], Pseudo
header [{2}] received after a regular header
stream.header.unknownPseudoHeader=Connection [{0}], Stream [{1}], Unknown
pseudo header [{2}] received
-stream.host.inconsistent=Connection [{0}], Stream [{1}], The header host
header [{2}] is inconsistent with previously provided values for host [{3}]
and/or port [{4}]
+stream.host.inconsistent=Connection [{0}], Stream [{1}], The host header [{2}]
is inconsistent with previously provided values for host [{3}] and/or port [{4}]
stream.host.sni=Connection [{0}], Stream [{1}], The host header [{2}] does not
match the SNI host [{3}]
stream.inputBuffer.copy=Copying [{0}] bytes from inBuffer to outBuffer
stream.inputBuffer.dispatch=Data added to inBuffer when read interest is
registered. Triggering a read dispatch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]