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

Function TSRemapOSResponse

plugins/lua/ts_lua.cc:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void
583TSRemapOSResponse(void *ih, TSHttpTxn rh, int os_response_type)
584{
585 Dbg(dbg_ctl, "[%s] os response function and type - %d", __FUNCTION__, os_response_type);
586 ts_lua_remap_plugin_init(ih, rh, nullptr);
587}
588
589TSRemapStatus
590TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri)

Callers

nothing calls this directly

Calls 1

ts_lua_remap_plugin_initFunction · 0.85

Tested by

no test coverage detected