]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.
authorGraham Leggett <minfrin@apache.org>
Tue, 25 Jan 2022 15:54:22 +0000 (15:54 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 Jan 2022 15:54:22 +0000 (15:54 +0000)
commit88ffb0ecd3f140ea991fd47d71d872e650bf9adc
tree62c7e3af75996e5f16b1431852af9a84de77990b
parenta5a3e65685a2a08015873e958e5c38e671387b19
ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.
Previously the correct event was polled for, but the response to the poll
would call write instead of read, and read instead of write. PR 55952

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897458 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ab-ssl-sense-fix.txt [new file with mode: 0644]
support/ab.c