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

Method _delete_if_possible

src/proxy/http3/Http3Transaction.cc:406–412  ·  view source on GitHub ↗

* Deletes this transaction itself. * This must be called only at the end of event handlers to avoid touching itself after deletion. */

Source from the content-addressed store, hash-verified

404 * This must be called only at the end of event handlers to avoid touching itself after deletion.
405 */
406void
407HQTransaction::_delete_if_possible()
408{
409 if (this->_transaction_done) {
410 delete this;
411 }
412}
413
414//
415// Http3Transaction

Callers 2

state_stream_openMethod · 0.80
state_stream_closedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected