MCPcopy Create free account
hub / github.com/apache/trafficserver / ~ProxyTransaction

Method ~ProxyTransaction

src/proxy/ProxyTransaction.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37ProxyTransaction::ProxyTransaction(ProxySession *session) : VConnection(nullptr), _proxy_ssn(session) {}
38
39ProxyTransaction::~ProxyTransaction()
40{
41 this->_sm = nullptr;
42 this->mutex.clear();
43}
44
45void
46ProxyTransaction::new_transaction(bool from_early_data)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected