This should be called from the remap plugin, to setup the TXN hook for SEND_REQUEST_HDR, such that we always attach the appropriate S3 auth.
| 540 | // This should be called from the remap plugin, to setup the TXN hook for |
| 541 | // SEND_REQUEST_HDR, such that we always attach the appropriate S3 auth. |
| 542 | void |
| 543 | schedule(TSHttpTxn txnp) const |
| 544 | { |
| 545 | TSHttpTxnHookAdd(txnp, TS_HTTP_SEND_REQUEST_HDR_HOOK, _cont); |
| 546 | } |
| 547 | |
| 548 | void |
| 549 | schedule_conf_reload(long delay) |
no test coverage detected