| 257 | } |
| 258 | |
| 259 | void |
| 260 | HQTransaction::_close_read_ready_event(Event *e) |
| 261 | { |
| 262 | if (e) { |
| 263 | ink_assert(this->_read_ready_event == e); |
| 264 | this->_read_ready_event = nullptr; |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | void |
| 269 | HQTransaction::_schedule_read_complete_event() |
no outgoing calls
no test coverage detected