From 1be9a4eff38f0675398db1aa038b2b243b68e229 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 16 Jun 2019 08:50:50 +0000 Subject: [PATCH] Fix missing description of 2 directives (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index e27169f4e59..2743f4b0171 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -746,7 +746,7 @@ H2ModernTLSOnly off H2TLSWarmUpSize - + Configure the number of bytes on TLS connection before doing max writes H2TLSWarmUpSize amount H2TLSWarmUpSize 1048576 @@ -800,7 +800,7 @@ H2TLSWarmUpSize 0 H2TLSCoolDownSecs - + Configure the number of seconds of idle time on TLS before shrinking writes H2TLSCoolDownSecs seconds H2TLSCoolDownSecs 1 -- 2.47.3