| 530 | } |
| 531 | |
| 532 | inline void |
| 533 | Http2ConnectionState::set_shutdown_state(Http2ShutdownState state, Http2ErrorCode reason) |
| 534 | { |
| 535 | shutdown_state = state; |
| 536 | shutdown_reason = reason; |
| 537 | } |
| 538 | |
| 539 | inline Event * |
| 540 | Http2ConnectionState::get_zombie_event() |
no outgoing calls
no test coverage detected