]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix missing description of 2 directives
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 08:50:50 +0000 (08:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 16 Jun 2019 08:50:50 +0000 (08:50 +0000)
(r1861439 on trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861440 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index e27169f4e59fcdc385033a10ad90783338e92e5e..2743f4b0171de0064b86554e0fa3a939ea9c92a2 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>