Repository: trafficserver Updated Branches: refs/heads/master a5a06163d -> 8340eff6e
doc: make transaction hook's style as same with global This closes #78 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8340eff6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8340eff6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8340eff6 Branch: refs/heads/master Commit: 8340eff6eedac3b8ebbb10aca3240568ffa6acf4 Parents: a5a0616 Author: hy05190134 <[email protected]> Authored: Tue May 6 11:33:01 2014 +0800 Committer: James Peach <[email protected]> Committed: Tue May 6 08:57:30 2014 -0700 ---------------------------------------------------------------------- doc/sdk/how-to-create-trafficserver-plugins.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8340eff6/doc/sdk/how-to-create-trafficserver-plugins.en.rst ---------------------------------------------------------------------- diff --git a/doc/sdk/how-to-create-trafficserver-plugins.en.rst b/doc/sdk/how-to-create-trafficserver-plugins.en.rst index 0c26610..8868431 100644 --- a/doc/sdk/how-to-create-trafficserver-plugins.en.rst +++ b/doc/sdk/how-to-create-trafficserver-plugins.en.rst @@ -224,7 +224,7 @@ Types of Hooks The Blacklist plugin's hook to the "origin server DNS lookup" state is a ****global hook****, meaning that the plugin is called *every time* there's an HTTP transaction with a DNS lookup event. The plugin's hook -to the "send reply header" state is a **tr**\ ***ansaction hook***, +to the "send reply header" state is a ****transaction hook****, meaning that this hook is only invoked for *specified transactions* (in the Blacklist example, it's only used for requests to blacklisted servers). Several examples of setting up hooks are provided in the code
