Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/779#discussion_r71103080 --- Diff: plugins/experimental/ts_lua/ts_lua.c --- @@ -117,7 +117,7 @@ TSRemapDeleteInstance(void *ih) } TSRemapStatus -TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri) +TSRemapPluginInit(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri) --- End diff -- Make this static, and consider a name without the TS prefix.
--- 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 is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---