]> granicus.if.org Git - apache/commit
mod_ssl: bind buffered data to filter's pending data.
authorYann Ylavic <ylavic@apache.org>
Wed, 24 Oct 2018 14:55:44 +0000 (14:55 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 24 Oct 2018 14:55:44 +0000 (14:55 +0000)
commita84b6923e79a74cf843eb00f1e4852dd9c5f495c
treefa567fc1bd9e2724309cb02e7bf9fd9585be24d7
parentea3db733339f0848d2e185b4c990a7951774fd0f
mod_ssl: bind buffered data to filter's pending data.

Otherwise they are not considered by ap_filter_input_pending() and pipelining
is not detected (MPM event times out).

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