Files
apache-http-server/changes-entries/ab-ssl-sense-fix.txt
2022-02-08 11:22:14 +00:00

6 lines
257 B
Plaintext

*) 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
[Graham Leggett]