summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-12-21 11:56:38 +0100
committerStefan Eissing <icing@apache.org>2015-12-21 11:56:38 +0100
commit94e5bf71d4920be8b8f3829e3b03a86ffde70b00 (patch)
tree62364eb4fbf7240a814d0f9a10ef35d174869bb2 /CHANGES
parentbyte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh... (diff)
downloadapache2-94e5bf71d4920be8b8f3829e3b03a86ffde70b00.tar.xz
apache2-94e5bf71d4920be8b8f3829e3b03a86ffde70b00.zip
updated CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 669ce85c13..1f83c06f71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.