[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/357 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/357#issuecomment-160906831 @bgaff - updated with using macro. thank. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread bgaff
Github user bgaff commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/357#discussion_r46250788 --- Diff: plugins/experimental/ts_lua/ts_lua_client_request.c --- @@ -332,6 +348,10 @@ ts_lua_client_request_get_pristine_url(lua_State *L) ts_lua_

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
Github user shukitchan commented on the pull request: https://github.com/apache/trafficserver/pull/357#issuecomment-160890632 @jpeach , would really appreciate if you can take a look and review. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] trafficserver pull request: TS-4045: ts_lua improvements

2015-12-01 Thread shukitchan
GitHub user shukitchan opened a pull request: https://github.com/apache/trafficserver/pull/357 TS-4045: ts_lua improvements 3 things to accomplish in this jira 1) add support for TSHttpTxnDebugSet 2) protect http context pointer access in api calls 3) fix a spelling