]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. Make
authorGraham Leggett <minfrin@apache.org>
Sat, 22 Jan 2022 20:05:21 +0000 (20:05 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 22 Jan 2022 20:05:21 +0000 (20:05 +0000)
commit82cba5c0ebbea53f7ae74a9c6cb5402c38e7f8bf
tree02c5be78ae69726b21b98858fff907076f8c4a6b
parent413c52c8e3df8476eeb6c8c42a565a5479ec7181
mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. Make
sure the sense is correctly specified in response to SSL_ERROR_WANT_READ
and SSL_ERROR_WANT_WRITE so we don't poll for the wrong case.

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