You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/16 10:15:06 UTC

svn commit: r1884493 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/event_abort_socket_no_reset.txt changes-entries/event_keepalive_above_limit.txt changes-entries/pr57044.txt

Author: ylavic
Date: Wed Dec 16 10:15:06 2020
New Revision: 1884493

URL: http://svn.apache.org/viewvc?rev=1884493&view=rev
Log:
Merge CHANGES entries [skip ci].

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/event_abort_socket_no_reset.txt
    httpd/httpd/branches/2.4.x/changes-entries/event_keepalive_above_limit.txt
    httpd/httpd/branches/2.4.x/changes-entries/pr57044.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1884493&r1=1884492&r2=1884493&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed Dec 16 10:15:06 2020
@@ -1,6 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.47
 
+  *) mpm_event: don't reset connections after lingering close, restoring prior
+     to 2.4.28 behaviour.  [Yann Ylavic]
+
+  *) mpm_event: kill connections in keepalive state only when there is no more
+     workers available, not when the maximum number of connections is reached,
+     restoring prior to 2.4.30 behaviour.  [Yann Ylavic]
+
+  *) mod_unique_id: Use base64url encoding for UNIQUE_ID variable,
+     avoiding the use of '@'.  PR 57044.
+     [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>]
+
   *) mod_rewrite: Extend the [CO] (cookie) flag of RewriteRule to accept a
      SameSite attribute. [Eric Covener]