You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/06/16 08:50:50 UTC

svn commit: r1861440 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml

Author: jailletc36
Date: Sun Jun 16 08:50:50 2019
New Revision: 1861440

URL: http://svn.apache.org/viewvc?rev=1861440&view=rev
Log:
Fix missing description of 2 directives

(r1861439 on trunk)

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml?rev=1861440&r1=1861439&r2=1861440&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml Sun Jun 16 08:50:50 2019
@@ -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>