From 41002dfd68726b90dbd32464dc3e0f2679e3286a Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sat, 11 May 2013 23:08:39 -0600 Subject: [PATCH] Docs: Polish [http::]>h and [http::]>ha descriptions to emphasize their pre-cache scope --- src/cf.data.pre | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 6c4c51c799..d6a6d92c83 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3498,9 +3498,15 @@ DOC_START HTTP related format codes: - [http::]>h Original request header. Optional header name argument - on the format header[:[separator]element] - [http::]>ha The HTTP request headers after adaptation and redirection. + [http::]>h Original received request header. + Usually differs from the request header sent by + Squid, although most fields are often preserved. + Accepts optional header field name/value filter + argument using name[:[separator]element] format. + [http::]>ha Received request header after adaptation and + redirection (pre-cache REQMOD vectoring point). + Usually differs from the request header sent by + Squid, although most fields are often preserved. Optional header name argument as for >h [http::]h -- 2.47.2