]> granicus.if.org Git - apache/commitdiff
Fix missing description of 2 directives
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 08:46:36 +0000 (08:46 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 08:46:36 +0000 (08:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1861439 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 988a7e911043a89a0be2b3abb08201f0b6bc281f..aa9acf1e024bf24301f2427fef0d79aa66617ddc 100644 (file)
@@ -746,7 +746,7 @@ H2ModernTLSOnly off
     
     <directivesynopsis>
         <name>H2TLSWarmUpSize</name>
-        <description></description>
+        <description>Configure the number of bytes on TLS connection before doing max writes</description>
         <syntax>H2TLSWarmUpSize <em>amount</em></syntax>
         <default>H2TLSWarmUpSize 1048576</default>
         <contextlist>
@@ -800,7 +800,7 @@ H2TLSWarmUpSize 0
     
     <directivesynopsis>
         <name>H2TLSCoolDownSecs</name>
-        <description></description>
+        <description>Configure the number of seconds of idle time on TLS before shrinking writes</description>
         <syntax>H2TLSCoolDownSecs <em>seconds</em></syntax>
         <default>H2TLSCoolDownSecs 1</default>
         <contextlist>