From 54a200291b345abddd24f1417b62845157aa347c Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 21 Jan 2022 00:09:24 +0000 Subject: 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 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') 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] -- cgit v1.2.1