]> granicus.if.org Git - apache/blobdiff - CHANGES
fixing h2 supress to inhibit other annnouncements in upgrade: header
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0c0f5a00da8fd3671b10eaf190af48fd81c61e40..2794db8f67048754c821cc0a10afd4a3f4beabf8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
-  *) mod_http2: r->protocol changed to "HTTP/2.0" (was "HTTP/2") as this will
-     give expected syntax in CGI's SERVER_PROTOCOL is more compatible with
-     existing major/minor handling. Fixes PR 59313.
-  
   *) core: explicitly exclude 'h2' from protocols announced via an Upgrade: 
      header as commanded by http-wg.
      
-  *) mod_http2: disabling mmap for file buckets transport due to segmenation
-     faults when files change on the fly.
-     
   *) mod_http2: new "bucket beam" technology to transport buckets across
      threads without buffer copy. Delaying response start until flush or
      enough body data has been accumulated. [Stefan Eissing]