This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 96e0e8cb7d5f2bbe803d18defaf3d8a2e4d3eba5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 30 16:24:02 2024 +0100 s --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 22ad5ab0e3..fe8db70b64 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -167,6 +167,12 @@ destroying SSLContext objects through GC after APR has been terminated. (remm) </fix> + <fix> + Improve HTTP/2 handling of trailer fields for requests. Trailer fields + no longer need to be recieved before the headers of the subsequent + stream nor are trailer fields for an in progress stream swallowed if the + Connector is paused before the trailer fields are received. (markt) + </fix> </changelog> </subsection> <subsection name="Jasper"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org