| 315 | } |
| 316 | |
| 317 | void |
| 318 | HQTransaction::_close_write_ready_event(Event *e) |
| 319 | { |
| 320 | if (e) { |
| 321 | ink_assert(this->_write_ready_event == e); |
| 322 | this->_write_ready_event = nullptr; |
| 323 | } |
| 324 | } |
| 325 | |
| 326 | void |
| 327 | HQTransaction::_schedule_write_complete_event() |
no outgoing calls
no test coverage detected