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/04/12 08:47:52 UTC

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

Author: icing
Date: Mon Apr 12 08:47:52 2021
New Revision: 1888654

URL: http://svn.apache.org/viewvc?rev=1888654&view=rev
Log:
propose mod_http2 backport of fix regarding response status on a stream.
[no 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=1888654&r1=1888653&r2=1888654&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Apr 12 08:47:52 2021
@@ -185,6 +185,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1887999
      +1: jfclere
 
+  *) mod_http2: fixes a race when checking short responses with
+     an intermediate 1xx status. Before seeing the real response status, the
+     HTTP/2 noticed the EOF on the data. This led to protocol reset of the
+     stream and the valid response was not sent.
+     trunk patch: http://svn.apache.org/r1888087
+     2.4.x patch: svn merge -c 1888087 ^/httpd/httpd/trunk .
+     +1: icing
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]