summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-04 12:22:26 +0000
committerStefan Eissing <icing@apache.org>2022-02-04 12:22:26 +0000
commitb11e669f077f1546cdb34ab2c29a4f9289365024 (patch)
treea3a3ab037036e5374be27aef99a6386341e51ab4 /changes-entries
parent08cf9b83d6e1b874970dae2b02c6ff1ecb50823b (diff)
downloadhttpd-b11e669f077f1546cdb34ab2c29a4f9289365024.tar.gz
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
to stabilize CI tests again. Previous revision of trunk has been copied to branches/trunk-ssl-handshake-unblocking to make those into a PR where changes can be discussed and tested separately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/ab-ssl-sense-fix.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/changes-entries/ab-ssl-sense-fix.txt b/changes-entries/ab-ssl-sense-fix.txt
deleted file mode 100644
index 289498c7ab..0000000000
--- a/changes-entries/ab-ssl-sense-fix.txt
+++ /dev/null
@@ -1,5 +0,0 @@
- *) 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]
-