| 1215 | } |
| 1216 | |
| 1217 | TSRemapStatus |
| 1218 | TSRemapDoRemap(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. |
nothing calls this directly
no test coverage detected