summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2022-01-21 00:09:24 +0000
committerGraham Leggett <minfrin@apache.org>2022-01-21 00:09:24 +0000
commit54a200291b345abddd24f1417b62845157aa347c (patch)
tree5061bba15c15ccd3cec7124b5120c8c6e5f42fff /CHANGES
parent62db0c63abc6b66343eaa73a4811f8a1605f3366 (diff)
downloadhttpd-54a200291b345abddd24f1417b62845157aa347c.tar.gz
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. Update mod_ssl to perform non blocking TLS handshakes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index de3bbe22d6..233319563a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
-*- 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. 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]