]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix handling of non-blocking reads in mod_ssl (triggered by recent
authorJoe Orton <jorton@apache.org>
Sun, 14 Nov 2004 17:20:01 +0000 (17:20 +0000)
committerJoe Orton <jorton@apache.org>
Sun, 14 Nov 2004 17:20:01 +0000 (17:20 +0000)
commit67af6e5e14fe3496e7dd4483b5e296aefef27504
tree71606353c3f528477bfb5fcf089895c840c887e5
parent92a4eacd1d91407f786cb9f12902857dc03813a9
Fix handling of non-blocking reads in mod_ssl (triggered by recent
change to mod_proxy_http):

* modules/ssl/ssl_engine_io.c (bio_filter_in_read): Return an error if
the read would block so that the SSL_read() caller checks for
SSL_ERROR_WANT_READ, rather than 0, which is treated like EOF.

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