diff options
author | Stefan Eissing <icing@apache.org> | 2015-12-21 11:56:38 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-12-21 11:56:38 +0100 |
commit | 94e5bf71d4920be8b8f3829e3b03a86ffde70b00 (patch) | |
tree | 62364eb4fbf7240a814d0f9a10ef35d174869bb2 /CHANGES | |
parent | byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh... (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |