You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/11/26 09:34:31 UTC

svn commit: r1895350 - /httpd/httpd/branches/2.4.x/STATUS

Author: icing
Date: Fri Nov 26 09:34:31 2021
New Revision: 1895350

URL: http://svn.apache.org/viewvc?rev=1895350&view=rev
Log:
update backport h2 proposal by adding r1895349. [skip ci]

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=1895350&r1=1895349&r2=1895350&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Nov 26 09:34:31 2021
@@ -202,6 +202,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        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]
+     - The pollset implemenation is only enabled when APR >= 1.6 is detected.
      Trunk version of patch:
         https://svn.apache.org/r1894163
         https://svn.apache.org/r1894169
@@ -219,6 +220,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/r1894728
         https://svn.apache.org/r1894949
         https://svn.apache.org/r1895336
+        https://svn.apache.org/r1895349
      Backport version for 2.4.x of patch:
        PR: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/275.diff
      +1: icing,