]> granicus.if.org Git - apache/commit
mod_ssl: don't FLUSH first for non blocking reads.
authorYann Ylavic <ylavic@apache.org>
Fri, 25 Sep 2015 07:27:04 +0000 (07:27 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 25 Sep 2015 07:27:04 +0000 (07:27 +0000)
commit696e52fa7eeb638f3bb92a903f5715ed220b1164
treec8fb12135287390dd6bf51f96138c4fb6c7fac86
parent1b0c4542b09e34ea570d14e65555372796b6394c
mod_ssl: don't FLUSH first for non blocking reads.
Such readers are prepared to receive empty data anyway (and take appropriate
action), while e.g. check_pipeline() is not expecting the pipe to be flushed
under it.

Reverted by: r1705820
Replaced by: r1705823

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