]> granicus.if.org Git - apache/commitdiff
emphasize request/response in the timing description, easy to miss the significance
authorEric Covener <covener@apache.org>
Thu, 20 May 2010 13:10:50 +0000 (13:10 +0000)
committerEric Covener <covener@apache.org>
Thu, 20 May 2010 13:10:50 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946617 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml

index 5ed154a721b9b6765feef2a75a6aeb8ef168b622..15e0c7c0df3e93b5951c8d5744847dec19acc9a6 100644 (file)
@@ -71,8 +71,8 @@ headers</td></tr>
 <div class="section">
 <h2><a name="early" id="early">Early and Late Processing</a></h2>
     <p><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code> can be applied either early or late
-    in the request.  The normal mode is late, when Request Headers are
-    set immediately before running the content generator and Response
+    in the request.  The normal mode is late, when <em>Request</em> Headers are
+    set immediately before running the content generator and <em>Response</em>
     Headers just as the response is sent down the wire.  Always use
     Late mode in an operational server.</p>
 
index 755d3cb48df3c8075fb09c22b7ca7275a93bc49a..565715126c8d0f86e0ec5ac5ec289b76436b2208 100644 (file)
@@ -58,8 +58,8 @@ headers</description>
 
 <section id="early"><title>Early and Late Processing</title>
     <p><module>mod_headers</module> can be applied either early or late
-    in the request.  The normal mode is late, when Request Headers are
-    set immediately before running the content generator and Response
+    in the request.  The normal mode is late, when <em>Request</em> Headers are
+    set immediately before running the content generator and <em>Response</em>
     Headers just as the response is sent down the wire.  Always use
     Late mode in an operational server.</p>