MCPcopy Create free account
hub / github.com/apache/trafficserver / TSRemapDoRemap

Function TSRemapDoRemap

plugins/lua/ts_lua.cc:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589TSRemapStatus
590TSRemapDoRemap(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
596static int
597configHandler(TSCont contp, TSEvent event ATS_UNUSED, void *edata ATS_UNUSED)

Callers

nothing calls this directly

Calls 1

ts_lua_remap_plugin_initFunction · 0.85

Tested by

no test coverage detected