From: Jim Jagielski Date: Mon, 12 Jun 2017 14:13:50 +0000 (+0000) Subject: Note that as of 2.4.26, HTTP/2 is no longer considered "experimental" X-Git-Tag: 2.4.26~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c365b7c11bf4fd99c66242c0b0a06133a72e4c5d;p=apache Note that as of 2.4.26, HTTP/2 is no longer considered "experimental" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1798472 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b0cfdae912..95eceee3a0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.4.26 + *) HTTP/2 support no longer tagged as "experimental" but is instead considered + fully production ready. + *) 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]