Skip to content

Commit

Permalink
Update ATS 10 new features (http2) (#11710)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskit authored Aug 17, 2024
1 parent b3ec103 commit 553ffdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/release-notes/whats-new.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 553ffdf

Please sign in to comment.