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

Function shutdown

plugins/slice/util.cc:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "Data.h"
25
26void
27shutdown(TSCont const contp, Data *const data)
28{
29 DEBUG_LOG("shutting down transaction");
30 data->m_upstream.close();
31 data->m_dnstream.close();
32 TSContDataSet(contp, nullptr);
33 delete data;
34 TSContDestroy(contp);
35}
36
37void
38abort(TSCont const contp, Data *const data)

Callers 6

spawn_same_session_sendFunction · 0.85
handle_server_respFunction · 0.85
handle_client_respFunction · 0.85
handle_start_hookFunction · 0.85
handle_close_hookFunction · 0.85
shutdownMethod · 0.85

Calls 3

TSContDataSetFunction · 0.85
TSContDestroyFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected