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