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

Function TSRemapDoRemap

plugins/authproxy/authproxy.cc:853–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853TSRemapStatus
854TSRemapDoRemap(void *instance, TSHttpTxn txn, TSRemapRequestInfo * /* rri ATS_UNUSED */)
855{
856 AuthOptions *options = static_cast<AuthOptions *>(instance);
857
858 TSUserArgSet(txn, AuthTaggedRequestArg, options);
859 TSHttpTxnHookAdd(txn, TS_HTTP_POST_REMAP_HOOK, AuthOsDnsContinuation);
860
861 return TSREMAP_NO_REMAP;
862}
863
864// vim: set ts=4 sw=4 et :

Callers

nothing calls this directly

Calls 2

TSUserArgSetFunction · 0.85
TSHttpTxnHookAddFunction · 0.85

Tested by

no test coverage detected