diff options
author | Stefan Eissing <icing@apache.org> | 2017-06-06 09:58:57 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-06-06 09:58:57 +0200 |
commit | 0541926064c7adb62e784e146cd0e8f901b82299 (patch) | |
tree | 004226f1e89a9bfe5a100a0768fd9fef3c53dcfe /CHANGES | |
parent | Fix typo. (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |