From: Christophe Jaillet Date: Sat, 20 Aug 2016 13:09:49 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~1240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dddb990d81c9fce515c253268460d92f06bc816d;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756992 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 8a75d562be7..2b3be8e0f18 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -241,10 +241,10 @@

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 @@ -256,7 +256,7 @@ 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.