]> granicus.if.org Git - apache/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Aug 2016 13:09:49 +0000 (13:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Aug 2016 13:09:49 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756992 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.html.en

index 8a75d562be7bc9c251edbd2fd982eef5cb573a3d..2b3be8e0f18c901a1d873b9b5b4fdfd8e2e4d147 100644 (file)
 </table>
             <p>
                 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 <code>off</code>, 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.
             </p>
             <p>
                 When set to <code>on</code>, file content is copied while the
                 An example for such a module is <code>mod_wsgi</code> 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
-                <code>mod_http2</code> is done with them.
+                <code class="module"><a href="../mod/mod_http2.html">mod_http2</a></code> is done with them.
             </p>
         
 </div>