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

Function abort

plugins/slice/util.cc:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void
38abort(TSCont const contp, Data *const data)
39{
40 DEBUG_LOG("aborting transaction");
41 data->m_upstream.abort();
42 data->m_dnstream.abort();
43 TSContDataSet(contp, nullptr);
44 delete data;
45 TSContDestroy(contp);
46}
47
48// create and issue a block request
49bool

Callers 15

enforceOkMethod · 0.85
hdrtoken_hash_initFunction · 0.85
do_abortMethod · 0.85
ink_abortFunction · 0.85
TSPluginInitFunction · 0.85

Calls 3

TSContDataSetFunction · 0.85
TSContDestroyFunction · 0.85
abortMethod · 0.45

Tested by

no test coverage detected