summaryrefslogtreecommitdiff
path: root/changes-entries/ab-ssl-sense-fix.txt
blob: 289498c7ab96d2402a05cdd536ac7bbf5f8cda14 (plain)
1
2
3
4
5
  *) 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]