mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897861 13f79535-47bb-0310-9956-ffa450edef68
6 lines
257 B
Plaintext
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]
|
|
|