| 580 | } |
| 581 | |
| 582 | void |
| 583 | TSRemapOSResponse(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 | |
| 589 | TSRemapStatus |
| 590 | TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo *rri) |
nothing calls this directly
no test coverage detected