summaryrefslogtreecommitdiff
path: root/changes-entries/ab-ssl-sense-fix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changes-entries/ab-ssl-sense-fix.txt')
-rw-r--r--changes-entries/ab-ssl-sense-fix.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/ab-ssl-sense-fix.txt b/changes-entries/ab-ssl-sense-fix.txt
new file mode 100644
index 0000000000..289498c7ab
--- /dev/null
+++ b/changes-entries/ab-ssl-sense-fix.txt
@@ -0,0 +1,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]
+