]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES entries [skip ci]
authorYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:53:15 +0000 (14:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 7 Mar 2022 14:53:15 +0000 (14:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898696 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/AP_MAX_LIMIT_XML_BODY.diff [deleted file]
changes-entries/discard_body.diff [deleted file]

diff --git a/CHANGES b/CHANGES
index 6423a6ab2a82e18ce2f5c5f411034f65956c2d15..f391f2bbc9236d15cbbb91fdc81cfae7ab697485 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.53
 
+  *) core: Make sure and check that LimitXMLRequestBody fits in system memory.
+     [Ruediger Pluem, Yann Ylavic]
+
+  *) core: Simpler connection close logic if discarding the request body fails.
+     [Yann Ylavic, Ruediger Pluem]
+
   *) mod_http2: preserve the port number given in a HTTP/1.1
      request that was Upgraded to HTTP/2. Fixes PR65881.
      [Stefan Eissing]
diff --git a/changes-entries/AP_MAX_LIMIT_XML_BODY.diff b/changes-entries/AP_MAX_LIMIT_XML_BODY.diff
deleted file mode 100644 (file)
index 07fef3c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) core: Make sure and check that LimitXMLRequestBody fits in system memory.
-     [Ruediger Pluem, Yann Ylavic]
\ No newline at end of file
diff --git a/changes-entries/discard_body.diff b/changes-entries/discard_body.diff
deleted file mode 100644 (file)
index 6b467ac..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) core: Simpler connection close logic if discarding the request body fails.
-     [Yann Ylavic, Ruediger Pluem]
\ No newline at end of file