From: Christophe Jaillet Date: Sat, 20 Aug 2016 18:42:14 +0000 (+0000) Subject: Fix a typo (r1756991 in trunk) X-Git-Tag: 2.4.24~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d583da662326073faee314f6f2e969bd112a90e;p=apache Fix a typo (r1756991 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1757021 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 34cefeb382..f05dd4dae7 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -913,10 +913,10 @@ H2TLSCoolDownSecs 0

This directive influences how file content is handled in - responses. When off, which is the default, file handles are - passed from the requestion processing down to the main + responses. When off, which is the default, file handles + are passed from the requestion processing down to the main connection, using the usual Apache setaside handling for - manaaging the lifetime of the file. + managing the lifetime of the file.

When set to on, file content is copied while the @@ -928,7 +928,7 @@ H2TLSCoolDownSecs 0 An example for such a module is mod_wsgi that may place Python file handles into the response. Those files get close down when Python thinks processing has finished. That may be well before - mod_http2 is done with them. + mod_http2 is done with them.