From c97f3faf5248a1bf54d3c05773e64d21745b8633 Mon Sep 17 00:00:00 2001
From: Joe Orton
The module, by default, tries to use the maximum size possible, which is somewhat around 16KB. This sets the maximum. When less - response data is availble, smaller frames will be sent. + response data is available, smaller frames will be sent.
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index e769a75914..1fa5d7a9a6 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -1044,7 +1044,7 @@ H2TLSCoolDownSecs 0The module, by default, tries to use the maximum size possible, which is somewhat around 16KB. This sets the maximum. When less - response data is availble, smaller frames will be sent. + response data is available, smaller frames will be sent.
-- cgit v1.2.3