You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/05/20 02:17:03 UTC

trafficserver git commit: update documentation for header_write

Repository: trafficserver
Updated Branches:
  refs/heads/master 3ea9ccc30 -> fe50aa2db


update documentation for header_write


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fe50aa2d
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fe50aa2d
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fe50aa2d

Branch: refs/heads/master
Commit: fe50aa2dbb524bdc2e503dde9b6fde88d4eb25ab
Parents: 3ea9ccc
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Wed May 20 00:16:42 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Wed May 20 00:16:42 2015 +0000

----------------------------------------------------------------------
 doc/reference/plugins/header_rewrite.en.rst | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fe50aa2d/doc/reference/plugins/header_rewrite.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/header_rewrite.en.rst b/doc/reference/plugins/header_rewrite.en.rst
index 402ec2f..84cb90f 100644
--- a/doc/reference/plugins/header_rewrite.en.rst
+++ b/doc/reference/plugins/header_rewrite.en.rst
@@ -41,11 +41,8 @@ In the second example, hooks which are not to be executed during the remap
 phase (the default) causes a transaction hook to be instantiated and used
 at a later time. This allows you to setup e.g. a rule that gets executed
 during the origin response header parsing, using READ_RESPONSE_HDR_HOOK.
-Note that inorder to setup the plugin with rules that are not to be executed
-during the remap phase (e.g. SEND_REQUEST_HDR_HOOK, READ_RESPONSE_HDR_HOOK etc),
-global hooks must be setup via the below entry in plugin.config ::
-
-  header_rewrite.so
+Note that the remap mode of the plugin can only execute rules on hooks that
+occur at remap phase or later (e.g. SEND_REQUEST_HDR_HOOK, READ_RESPONSE_HDR_HOOK etc),
 
 Configuration filenames without an absolute paths are searched for in the
 default configuration directory. This is typically where your main