]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: release coalesced data when called from ap_filter_output_pending().
authorYann Ylavic <ylavic@apache.org>
Wed, 1 Jul 2020 23:16:04 +0000 (23:16 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 1 Jul 2020 23:16:04 +0000 (23:16 +0000)
commitea4d778cd6a938a68181dde024a2ee7889695bc3
treeafb8a091af13a827419a804234f04a1037c54a41
parent4068630804c30c6ffcc4d719562def9ee99d39ce
mod_ssl: release coalesced data when called from ap_filter_output_pending().

The purpose of ap_filter_output_pending() is to flush pending data, so
ssl_io_filter_coalesce() should honor that.

This allows mod_proxy to not care about mod_ssl coalescing filters when
tunneling between connections.

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