You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/08/20 13:09:49 UTC

svn commit: r1756992 - /httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en

Author: jailletc36
Date: Sat Aug 20 13:09:49 2016
New Revision: 1756992

URL: http://svn.apache.org/viewvc?rev=1756992&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en?rev=1756992&r1=1756991&r2=1756992&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_http2.html.en Sat Aug 20 13:09:49 2016
@@ -241,10 +241,10 @@
 </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
@@ -256,7 +256,7 @@
                 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>