This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d7076e  Correction to documentation for TSHttpHookAdd().
0d7076e is described below

commit 0d7076e22fe64c66c9f5062d66c7e485a5ae224f
Author: Walter Karas <[email protected]>
AuthorDate: Thu Dec 13 14:28:52 2018 -0600

    Correction to documentation for TSHttpHookAdd().
---
 doc/developer-guide/api/functions/TSHttpHookAdd.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer-guide/api/functions/TSHttpHookAdd.en.rst 
b/doc/developer-guide/api/functions/TSHttpHookAdd.en.rst
index 6435be8..283e7e2 100644
--- a/doc/developer-guide/api/functions/TSHttpHookAdd.en.rst
+++ b/doc/developer-guide/api/functions/TSHttpHookAdd.en.rst
@@ -45,7 +45,7 @@ transaction, or for specific transactions only.
 HTTP :term:`transaction` hooks are set on a global basis using the function
 :func:`TSHttpHookAdd`. This means that the continuation specified
 as the parameter to :func:`TSHttpHookAdd` is called for every
-transaction. :func:`TSHttpHookAdd` is typically called from
+transaction. :func:`TSHttpHookAdd` must only be called from
 :func:`TSPluginInit` or :func:`TSRemapInit`.
 
 :func:`TSHttpSsnHookAdd` adds :arg:`contp` to

Reply via email to