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

Method cancel

src/proxy/http/HttpCacheSM.cc:51–59  ·  view source on GitHub ↗

/ HttpCacheAction

Source from the content-addressed store, hash-verified

49// HttpCacheAction
50//
51void
52HttpCacheAction::cancel(Continuation *c)
53{
54 ink_assert(c == nullptr || c == _cache_sm->master_sm);
55 ink_assert(this->cancelled == false);
56
57 this->cancelled = true;
58 _cache_sm->cancel_pending_action();
59}
60
61////
62// HttpCacheSM

Callers 15

process_closeMethod · 0.45
clear_eventMethod · 0.45
set_active_timeoutMethod · 0.45
~TransformTerminusMethod · 0.45
do_io_readMethod · 0.45
do_io_writeMethod · 0.45
~ProxySessionMethod · 0.45
move_netvcMethod · 0.45
_resetMethod · 0.45
~PreWarmQueueMethod · 0.45
state_runningMethod · 0.45

Calls 1

cancel_pending_actionMethod · 0.80

Tested by

no test coverage detected