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

Function TSRemapDoRemap

plugins/esi/combo_handler.cc:1217–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217TSRemapStatus
1218TSRemapDoRemap(void * /* ih ATS_UNUSED */, TSHttpTxn rh, TSRemapRequestInfo * /* rri ATS_UNUSED */)
1219{
1220 TSUserArgSet(rh, arg_idx, (void *)1); /* Save for later hooks */
1221 return TSREMAP_NO_REMAP; /* Continue with next remap plugin in chain */
1222}
1223
1224/*
1225 Initialize the plugin as a remap plugin.

Callers

nothing calls this directly

Calls 1

TSUserArgSetFunction · 0.85

Tested by

no test coverage detected