summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-06-06 09:58:57 +0200
committerStefan Eissing <icing@apache.org>2017-06-06 09:58:57 +0200
commit0541926064c7adb62e784e146cd0e8f901b82299 (patch)
tree004226f1e89a9bfe5a100a0768fd9fef3c53dcfe /CHANGES
parentFix typo. (diff)
downloadapache2-0541926064c7adb62e784e146cd0e8f901b82299.tar.xz
apache2-0541926064c7adb62e784e146cd0e8f901b82299.zip
On the trunk:
mod_http2: Fix for possible CPU busy loop introduced in v1.10.3 where a stream may keep the session in continuous check for state changes that never happen. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1797745 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 9a29543268..6ef36b323d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_http2: Fix for possible CPU busy loop introduced in v1.10.3 where a stream may keep
+ the session in continuous check for state changes that never happen.
+ [Stefan Eissing]
+
*) Evaluate nested If/ElseIf/Else configuration blocks.
[Luca Toscano, Jacob Champion]