| 286 | } |
| 287 | |
| 288 | void |
| 289 | HQTransaction::_close_read_complete_event(Event *e) |
| 290 | { |
| 291 | if (e) { |
| 292 | ink_assert(this->_read_complete_event == e); |
| 293 | this->_read_complete_event = nullptr; |
| 294 | } |
| 295 | } |
| 296 | |
| 297 | void |
| 298 | HQTransaction::_schedule_write_ready_event() |
no outgoing calls
no test coverage detected