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

Method schedule

plugins/origin_server_auth/origin_server_auth.cc:542–546  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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)

Callers 1

TSRemapDoRemapFunction · 0.45

Calls 1

TSHttpTxnHookAddFunction · 0.85

Tested by

no test coverage detected