| 165 | } |
| 166 | |
| 167 | void |
| 168 | Transaction::error() |
| 169 | { |
| 170 | LOG_DEBUG("Transaction tshttptxn=%p reenabling to error state", state_->txn_); |
| 171 | TSHttpTxnReenable(state_->txn_, static_cast<TSEvent>(TS_EVENT_HTTP_ERROR)); |
| 172 | } |
| 173 | |
| 174 | void |
| 175 | Transaction::error(const std::string &page) |
nothing calls this directly
no test coverage detected