]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: don't FLUSH output (blocking) on read.
authorYann Ylavic <ylavic@apache.org>
Tue, 29 Sep 2015 09:42:56 +0000 (09:42 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 29 Sep 2015 09:42:56 +0000 (09:42 +0000)
commit6b54dd43b253f2e9beb550cfe4e79fe9909af420
treecf77dd08f9de30297c815e4e536115a3f8fbb327
parent4c906045a6ca4b67c7770c543ab5dd85788207cb
mod_ssl: don't FLUSH output (blocking) on read.
This defeats deferred write (and pipelining), eg. check_pipeline() is not
expecting the pipe to be flushed under it.
So let OpenSSL >= 0.9.8m issue the flush when necessary (earlier versions
are known to not handle all the cases, so we keep flushing with those).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705823 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c