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

Function resetTransactionHandles

src/tscpp/api/utils_internal.cc:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43int TRANSACTION_STORAGE_INDEX = -1;
44
45void
46resetTransactionHandles(Transaction &transaction, TSEvent /* event ATS_UNUSED */)
47{
48 utils::internal::resetTransactionHandles(transaction);
49 return;
50}
51
52void
53cleanupTransaction(Transaction &transaction, TSHttpTxn ats_txn_handle)

Callers 1

handleTransactionEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected