diff options
author | Eric Covener <covener@apache.org> | 2014-02-19 03:42:29 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-02-19 03:42:29 +0100 |
commit | 33f7dbafce1a7cf76da1aa83d7cfcb7bb599844b (patch) | |
tree | 27c2c0c3643248bf389b77d43bbc57a43de946f7 /CHANGES | |
parent | Rebuild (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |