This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new f7312d3  Move to correct section
f7312d3 is described below

commit f7312d367282be61fe140f1d85bd9e558d54c555
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 17 09:44:29 2020 +0100

    Move to correct section
---
 webapps/docs/changelog.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9a4d4a2..806586f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -62,12 +62,6 @@
         Correct numerous spellings throughout the code base. Based on a pull
         request from John Bampton. (markt)
       </fix>
-      <fix>
-        <bug>64743</bug>: Correct a regression introduced in 10.0.0-M7 that
-        caused a <code>Connection: close</code> header to be added to the
-        response if the Connector was configured with
-        <code>maxSwallowSize=-1</code>. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -79,6 +73,12 @@
       <fix>
         Ensure HTTP/2 timeouts are processed for idle connections. (markt)
       </fix>
+      <fix>
+        <bug>64743</bug>: Correct a regression introduced in 10.0.0-M7 that
+        caused a <code>Connection: close</code> header to be added to the
+        response if the Connector was configured with
+        <code>maxSwallowSize=-1</code>. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to