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

Method cancel_active_timeout

include/proxy/ProxyTransaction.h:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293inline void
294ProxyTransaction::cancel_active_timeout()
295{
296 if (_proxy_ssn) {
297 _proxy_ssn->cancel_active_timeout();
298 }
299}
300
301// See if we need to schedule on the primary thread for the transaction or change the thread that is associated with the VC.
302// If we reschedule, the scheduled action is returned. Otherwise, NULL is returned

Callers 1

_clear_timersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected