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