You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/08/17 12:53:28 UTC

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

Author: jorton
Date: Mon Aug 17 12:53:28 2020
New Revision: 1880928

URL: http://svn.apache.org/viewvc?rev=1880928&view=rev
Log:
Add another rev for mod_ssl TLSv1.3 buffering fix, and reset vote.

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=1880928&r1=1880927&r2=1880928&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Aug 17 12:53:28 2020
@@ -211,8 +211,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_ssl: Support HTTP request body buffering with TLSv1.3.
      trunk patch: http://svn.apache.org/r1870095
                   http://svn.apache.org/r1870097
-     2.4.x patch: svn merge -c 1870095,1870097 ^/httpd/httpd/trunk .
-     +1: jorton, gbechis
+                  http://svn.apache.org/r1880927
+     2.4.x patch: svn merge --accept tf -c 1870095,1870097,1880927 ^/httpd/httpd/trunk .
+     +1: jorton, 
 
   *) mod_proxy: Add proxy check_trans() hook and allow mod_proxy_wtunnel
      to step out of the way of mod_proxy_http.