]> granicus.if.org Git - apache/commitdiff
Note that as of 2.4.26, HTTP/2 is no longer considered "experimental"
authorJim Jagielski <jim@apache.org>
Mon, 12 Jun 2017 14:13:50 +0000 (14:13 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Jun 2017 14:13:50 +0000 (14:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1798472 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b0cfdae912851ab8a64afc342aaf038f200707e6..95eceee3a051eeee771b4b2f787c21586455150c 100644 (file)
--- 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]