| 587 | } |
| 588 | |
| 589 | TSRemapStatus |
| 590 | TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri) |
| 591 | { |
| 592 | Dbg(dbg_ctl, "[%s] remap function", __FUNCTION__); |
| 593 | return ts_lua_remap_plugin_init(ih, rh, rri); |
| 594 | } |
| 595 | |
| 596 | static int |
| 597 | configHandler(TSCont contp, TSEvent event ATS_UNUSED, void *edata ATS_UNUSED) |
nothing calls this directly
no test coverage detected