]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Assure that we block on the read BIO when we invoke the read BIO for both
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 28 Jul 2003 02:02:25 +0000 (02:02 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 28 Jul 2003 02:02:25 +0000 (02:02 +0000)
commitfbb314b16cfa9994ef1497526c2b8bbef9909f0a
tree090bffcbd84d91c5c7550be2da80c938ce81a650
parent619a252cb9240b36db65ba9473697fad2853e599
Assure that we block on the read BIO when we invoke the read BIO for both
first-use cases (via ssl_io_input_add_filter) and when we are writing and
need response from the client (via ssl_io_filter_output).  Both of these
cases are always blocking.

PR: 19242
Submitted by:   David Deaves <David.Deaves@dd.id.au>, William Rowe
Reviewed by: Justin Erenkrantz, Jeff Trawick

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