summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-02-19 03:42:29 +0100
committerEric Covener <covener@apache.org>2014-02-19 03:42:29 +0100
commit33f7dbafce1a7cf76da1aa83d7cfcb7bb599844b (patch)
tree27c2c0c3643248bf389b77d43bbc57a43de946f7 /CHANGES
parentRebuild (diff)
downloadapache2-33f7dbafce1a7cf76da1aa83d7cfcb7bb599844b.tar.xz
apache2-33f7dbafce1a7cf76da1aa83d7cfcb7bb599844b.zip
handle POLLERR/POLLHUP during poll() to avoid high CPU busy loop.
Submitted By: Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener] Committed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1569615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7537b5e3a..7a3efb316e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy_wstunnel: Avoid busy loop on client errors, drop message
+ IDs 02445, 02446, and 02448 to TRACE1 from DEBUG. PR 56145.
+ [Joffroy Christen <joffroy.christen solvaxis com>, Eric Covener]
+
*) mod_lua: Update r:setcookie() to accept a table of options and add domain,
path and httponly to the list of options available to set.
PR 56128 [Edward Lu <Chaosed0 gmail com>, Daniel Gruno]