]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_ssl: Handle SSL_read() return code 0 similarly to <0. It is needed
authorDaniel Ruggeri <druggeri@apache.org>
Tue, 16 Oct 2018 20:24:23 +0000 (20:24 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Tue, 16 Oct 2018 20:24:23 +0000 (20:24 +0000)
commite867202d41f23aaf2a837a5bef12f3620fb67788
treee7b5bf4eab48abcea44f5e7d4620e5e09c583058
parent926b7c4cdee0191a134909cbc89c40a8bd69f647
  *) 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/r1843954
     2.4.x patch: svn merge -c 1843954 ^/httpd/httpd/trunk .
     +1: rjung, druggeri, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1844047 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/ssl/ssl_engine_io.c