This is an automated email from the ASF dual-hosted git repository.
maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 553ffdff12 Update ATS 10 new features (http2) (#11710)
553ffdff12 is described below
commit 553ffdff12aed41481ba2b6ce33cc801aaf8b06a
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Aug 16 18:24:29 2024 -0600
Update ATS 10 new features (http2) (#11710)
---
doc/release-notes/whats-new.en.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index 4f470b49ad..df4a729bb6 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -103,3 +103,10 @@ New plugin hook for request sink transformation
A new hook, ``TS_HTTP_REQUEST_CLIENT_HOOK``, has been added. This provides the
analoguas functionality of
``TS_HTTP_RESPONSE_CLIENT_HOOK``, for request bodies.
+
+HTTP/2
+^^^^^^
+
+* Support for HTTP/2 on origin server connections has been added. This is
disabled by default. For more details check
:ts:cv:`proxy.config.ssl.client.alpn_protocols`
+* Support for CONNECT method has been added.
+* Window size control has been improved. For more details check
:ts:cv:`proxy.config.http2.flow_control.policy_in`