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
The following commit(s) were added to refs/heads/11.0.x by this push: new f9cecd2a4a Correct previous merge that removed a couple of entries f9cecd2a4a is described below commit f9cecd2a4a720c013d2fc15f74cf78fdc357f6a5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jul 22 15:56:23 2025 +0100 Correct previous merge that removed a couple of entries --- webapps/docs/changelog.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9a54c28270..367f10c13d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -113,6 +113,23 @@ </fix> </changelog> </subsection> + <subsection name="Coyote"> + <changelog> + <fix> + <bug>69748</bug>: Add missing call to set keep-alive timeout when using + HTTP/1.1 following an async request, which was present for AJP. + (remm/markt) + </fix> + </changelog> + </subsection> + <subsection name="Cluster"> + <changelog> + <update> + Add <code>enableStatistics</code> configuration attribute for the + <code>DeltaManager</code>, defaulting to <code>true</code>. (remm) + </update> + </changelog> + </subsection> </section> <section name="Tomcat 11.0.9 (markt)" rtext="2025-07-04"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org