]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Return APR_EAGAIN instead of SSL_ERROR_WANT_READ from the mod_ssl filters; async-read-dev async-read-dev
authorBrian Pane <brianp@apache.org>
Mon, 23 Jan 2006 08:04:01 +0000 (08:04 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 23 Jan 2006 08:04:01 +0000 (08:04 +0000)
commit6b1a2caf76e3ba09bbfaf119583c90610088fdea
tree402f3a28256bff3d01299b654ffc977eea47828a
parentdd03ca80d7159cc907bef8cebbaa4a966f7008b1
Return APR_EAGAIN instead of SSL_ERROR_WANT_READ from the mod_ssl filters;
the httpd core and other modules' filters don't know what SSL_ERROR_* means.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-read-dev@371484 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c