summaryrefslogtreecommitdiff
path: root/CHANGES
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
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')
-rw-r--r--CHANGES6
1 files changed, 0 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 044de2ae07..de3bbe22d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,6 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
- *) event: Add support for non blocking behaviour in the
- CONN_STATE_READ_REQUEST_LINE phase, in addition to the existing
- CONN_STATE_WRITE_COMPLETION phase. Add AP_MPM_CAN_AGAIN and AGAIN to
- signal to the MPM that non blocking behaviour is requested. Update
- mod_ssl to perform non blocking TLS handshakes. [Graham Leggett]
-
*) http: Enforce that fully qualified uri-paths not to be forward-proxied
have an http(s) scheme, and that the ones to be forward proxied have a
hostname, per HTTP specifications. [Ruediger Pluem, Yann Ylavic]