diff options
author | Graham Leggett <minfrin@apache.org> | 2022-01-21 01:09:24 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2022-01-21 01:09:24 +0100 |
commit | 54a200291b345abddd24f1417b62845157aa347c (patch) | |
tree | 5061bba15c15ccd3cec7124b5120c8c6e5f42fff /CHANGES | |
parent | Revert 1897156. (diff) | |
download | apache2-54a200291b345abddd24f1417b62845157aa347c.tar.xz apache2-54a200291b345abddd24f1417b62845157aa347c.zip |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |