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 2022/03/07 14:19:15 UTC

svn commit: r1898691 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/pr65881.txt changes-entries/proxy_shared_name_ex.txt

Author: ylavic
Date: Mon Mar  7 14:19:15 2022
New Revision: 1898691

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

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/pr65881.txt
    httpd/httpd/branches/2.4.x/changes-entries/proxy_shared_name_ex.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=1898691&r1=1898690&r2=1898691&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Mar  7 14:19:15 2022
@@ -1,6 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.53
 
+  *) mod_http2: preserve the port number given in a HTTP/1.1
+     request that was Upgraded to HTTP/2. Fixes PR65881.
+     [Stefan Eissing]
+
+  *) mod_proxy: Allow for larger worker name.  PR 53218.  [Yann Ylavic]
+
   *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When
      an attempt to load a dbm driver fails, log clearly which driver triggered
      the error (not "default"), and what the error was. [Graham Leggett]