Mailing List Archive

svn commit: r1895337 - /httpd/httpd/branches/2.4.x/STATUS
Author: icing
Date: Thu Nov 25 16:11:16 2021
New Revision: 1895337

URL: http://svn.apache.org/viewvc?rev=1895337&view=rev
Log:
updated proposal to include fix by ylavic, r1895336.


Modified:
httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1895337&r1=1895336&r2=1895337&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Nov 25 16:11:16 2021
@@ -201,6 +201,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
graceful reload or when reaching MaxConnectionsPerChild.
When unprocessed h2 requests were queued at the time, these could stall.
See <https://github.com/icing/mod_h2/issues/212>.
+ - fix logic for non-proxy Server and Date response headers. [ylavic]
Trunk version of patch:
https://svn.apache.org/r1894163
https://svn.apache.org/r1894169
@@ -217,6 +218,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
https://svn.apache.org/r1894252
https://svn.apache.org/r1894728
https://svn.apache.org/r1894949
+ https://svn.apache.org/r1895336
Backport version for 2.4.x of patch:
PR: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/275.diff
+1: icing,