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/10/27 15:16:39 UTC

svn commit: r1710827 - /httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf

Author: icing
Date: Tue Oct 27 14:16:39 2015
New Revision: 1710827

URL: http://svn.apache.org/viewvc?rev=1710827&view=rev
Log:
tls record size params addition

Modified:
    httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf

Modified: httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf?rev=1710827&r1=1710826&r2=1710827&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf (original)
+++ httpd/test/mod_h2/trunk/conf/sites/test2.example.org.conf Tue Oct 27 14:16:39 2015
@@ -21,6 +21,10 @@
         SSLOptions +StdEnvVars
     </Location>
 
+    # disabling TLS warmup record size handling
+    H2TLSWarmUpSize     0
+    H2TLSCoolDownSecs   0
+    
 </VirtualHost>
 
 <VirtualHost *:SUBST_PORT_HTTP_SUBST>