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 9728722f28 Fix HTTP/2 support wording in HTTP docs
9728722f28 is described below
commit 9728722f28fde1f723de018cb5036ac74f66e106
Author: Jan Brasna <[email protected]>
AuthorDate: Sat Jan 6 11:46:20 2024 +0100
Fix HTTP/2 support wording in HTTP docs
---
webapps/docs/config/http.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index e425bd7359..1311af1eb5 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1066,7 +1066,7 @@
<subsection name="HTTP/2 Support">
- <p>HTTP/2 is support is provided for TLS (h2), non-TLS via HTTP upgrade (h2c)
+ <p>HTTP/2 support is provided for TLS (h2), non-TLS via HTTP upgrade (h2c)
and direct HTTP/2 (h2c) connections. To enable HTTP/2 support for an HTTP
connector the following <strong>UpgradeProtocol</strong> element must be
nested within the <strong>Connector</strong> with a
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]