]> granicus.if.org Git - apache/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)
commit0369bbbc93687da1ed8c9e362799f97e7b41b201
treefade0b25f41d7f61f1bd8868d24deddcfd43d5d6
parent50a703bc6102d600c0e7a438a7826b893acbb54d
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@105768 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c