From: Eric Covener Date: Thu, 20 May 2010 13:10:50 +0000 (+0000) Subject: emphasize request/response in the timing description, easy to miss the significance X-Git-Tag: 2.3.6~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1df6e6e13dfcd212d88901d454f5ebddb5ae579;p=apache emphasize request/response in the timing description, easy to miss the significance git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946617 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 5ed154a721..15e0c7c0df 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -71,8 +71,8 @@ headers

Early and Late Processing

mod_headers 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 Request Headers are + set immediately before running the content generator and Response Headers just as the response is sent down the wire. Always use Late mode in an operational server.

diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 755d3cb48d..565715126c 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -58,8 +58,8 @@ headers
Early and Late Processing

mod_headers 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 Request Headers are + set immediately before running the content generator and Response Headers just as the response is sent down the wire. Always use Late mode in an operational server.