You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2015/12/21 11:56:39 UTC

svn commit: r1721122 - /httpd/httpd/trunk/CHANGES

Author: icing
Date: Mon Dec 21 10:56:38 2015
New Revision: 1721122

URL: http://svn.apache.org/viewvc?rev=1721122&view=rev
Log:
updated CHANGES

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1721122&r1=1721121&r2=1721122&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Dec 21 10:56:38 2015
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_http2: new r->subprocess_env variables HTTP2 and H2PUSH, set to "on"
+     when available for request.
+     [Stefan Eissing]
+
   *) mod_http2: adding new config directives and the implementation behind
      them: H2Timeout, H2KeepAliveTimeout, H2StreamTimeout. Documentation in
      the http2 manual.