]> granicus.if.org Git - apache/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Tue, 7 Nov 2017 09:02:41 +0000 (09:02 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 7 Nov 2017 09:02:41 +0000 (09:02 +0000)
update CHANGES after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814469 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0598a2b2ddf51aa24e24aa1c51e957fdbbdc06b4..dad48d014fd208592ba6c30fb5db66bb6804c4d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -22,14 +22,6 @@ Changes with Apache 2.5.0
      and the related RewriteRule is used in a Directory context
      (triggering an internal redirect). [Luca Toscano]
 
-  *) ab: Make the TLS layer aware that the underlying socket is nonblocking,
-     and use/handle POLLOUT where needed to avoid busy IOs and recover write
-     errors when appropriate.  [Yann Ylavic]
-
-  *) ab: Keep reading nonblocking to exhaust TCP or SSL buffers when previous
-     read was incomplete (the SSL case can cause the next poll() to timeout
-     since data are buffered already).  PR 61301 [Luca Toscano, Yann Ylavic]
-
   *) mod_md: v0.9.9, fix for applying challenge type based on available ports. [Stefan Eissing]
 
   *) mod_proxy_uwsgi: New UWSGI mod_proxy (sub)module contributed by unbit.com.