[
https://issues.apache.org/jira/browse/TS-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128469#comment-15128469
]
ASF GitHub Bot commented on TS-4163:
------------------------------------
GitHub user brkishore opened a pull request:
https://github.com/apache/trafficserver/pull/451
TS-4163 changes for ts_lua plugin document
Context information is deleted for "Hook point constants". And also
additional information with the table is added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brkishore/trafficserver patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/451.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #451
----
commit 3973ccc99f4f3dac4bb2d384f7f725a23c954435
Author: Rajendra Kishore B <[email protected]>
Date: 2016-02-02T16:11:52Z
TS-4163 changes for ts_lua plugin document
Context information is deleted for "Hook point constants". And also
additional information with the table is added.
----
> ts_lua plugin document has incorrect 'context' information for the hook point
> constants
> ---------------------------------------------------------------------------------------
>
> Key: TS-4163
> URL: https://issues.apache.org/jira/browse/TS-4163
> Project: Traffic Server
> Issue Type: Bug
> Components: Docs
> Reporter: Rajendra Kishore Bonumahanti
> Priority: Minor
> Fix For: Docs
>
>
> The section "Hook point constants" in ts_lua Plugin document provides the
> incorrect information on hook point constants being available to use
> ts.hook() function.
> Like TS_LUA_HOOK_PRE_REMAP or TS_LUA_HOOK_READ_REQUEST_HDR constants are not
> useful to register the hook point in do_remap(). However, they can be used in
> do_global_txn_start() or do_global_read_request() to register for the hook
> call back functions. So, the 'context' information is irrelevant for this
> section.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)