summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2015-10-27 15:15:56 +0100
committerStefan Eissing <icing@apache.org>2015-10-27 15:15:56 +0100
commit1de680cb5f906ec4d416f2bdc203c66e792b88fa (patch)
treed914eb132aefb2aaa37c0fba291e66592d33c50e /CHANGES
parentRFC2616 defines #rules as: (diff)
downloadapache2-1de680cb5f906ec4d416f2bdc203c66e792b88fa.tar.xz
apache2-1de680cb5f906ec4d416f2bdc203c66e792b88fa.zip
http2 TLS record size handling configuration, improved output write frequency
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710825 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0840e967a..02155ccef0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_http2: new directives 'H2TLSWarmUpSize' and 'H2TLSCoolDownSecs'
+ to control TLS record sizes during connection lifetime.
+
*) mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
fields as described in RFC2616. [Christophe Jaillet]