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

Method transaction_done

src/proxy/ProxyTransaction.cc:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void
189ProxyTransaction::transaction_done()
190{
191 SCOPED_MUTEX_LOCK(lock, this->mutex, this_ethread());
192 this->decrement_transactions_stat();
193}
194
195// Implement VConnection interface.
196VIO *

Callers

nothing calls this directly

Calls 2

this_ethreadFunction · 0.85

Tested by

no test coverage detected