From f1df6e6e13dfcd212d88901d454f5ebddb5ae579 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 20 May 2010 13:10:50 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_headers.html.en | 4 ++-- docs/manual/mod/mod_headers.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.50.1