diff options
author | Stefan Eissing <icing@apache.org> | 2015-10-27 15:15:56 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-10-27 15:15:56 +0100 |
commit | 1de680cb5f906ec4d416f2bdc203c66e792b88fa (patch) | |
tree | d914eb132aefb2aaa37c0fba291e66592d33c50e /CHANGES | |
parent | RFC2616 defines #rules as: (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |