You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2018/10/16 09:47:34 UTC

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

Author: rjung
Date: Tue Oct 16 09:47:34 2018
New Revision: 1843989

URL: http://svn.apache.org/viewvc?rev=1843989&view=rev
Log:
Propose.

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=1843989&r1=1843988&r2=1843989&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct 16 09:47:34 2018
@@ -177,6 +177,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-event-maxclients.diff
       +1: covener, jim
 
+  *) mod_ssl: Handle SSL_read() return code 0 similarly to <0. It is needed
+              when using OpenSSL 1.1.1 and should not harm for versions before
+              1.1.1.
+              Without the patch for 1.1.1 a 0 byte read no longer results in
+              EAGAIN but instead in APR_EOF which leads to HTTP/2 failures.
+              For the changelog: Fix HTTP/2 failures when using OpenSSL 1.1.1.
+     trunk patch: http://svn.apache.org/r1843944
+     2.4.x patch: svn merge -c 1843944 ^/httpd/httpd/trunk .
+     +1: rjung
+     -1: 
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]



Re: svn commit: r1843989 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Daniel Ruggeri <dr...@primary.net>.
On 2018-10-16 04:47, rjung@apache.org wrote:
> Author: rjung
> Date: Tue Oct 16 09:47:34 2018
> New Revision: 1843989
> 
> URL: http://svn.apache.org/viewvc?rev=1843989&view=rev
> Log:
> Propose.
> 
> 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=1843989&r1=1843988&r2=1843989&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Tue Oct 16 09:47:34 2018
> @@ -177,6 +177,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>        2.4.x patch:
> http://people.apache.org/~covener/patches/2.4.x-event-maxclients.diff
>        +1: covener, jim
> 
> +  *) mod_ssl: Handle SSL_read() return code 0 similarly to <0. It is 
> needed
> +              when using OpenSSL 1.1.1 and should not harm for 
> versions before
> +              1.1.1.
> +              Without the patch for 1.1.1 a 0 byte read no longer 
> results in
> +              EAGAIN but instead in APR_EOF which leads to HTTP/2 
> failures.
> +              For the changelog: Fix HTTP/2 failures when using 
> OpenSSL 1.1.1.
> +     trunk patch: http://svn.apache.org/r1843944

I think this is an error. This URL leads me to a jmeter commit. The 
commit ID should be http://svn.apache.org/r1843954 (one character typo). 
That said, I've tested the change and see that failures for H2 in the 
test suite vanish!

> +     2.4.x patch: svn merge -c 1843944 ^/httpd/httpd/trunk .
> +     +1: rjung
> +     -1:
> +
> 
>  PATCHES/ISSUES THAT ARE BEING WORKED
>    [ New entries should be added at the START of the list ]

-- 
Daniel Ruggeri