| 524 | } |
| 525 | |
| 526 | inline Http2ShutdownState |
| 527 | Http2ConnectionState::get_shutdown_state() const |
| 528 | { |
| 529 | return shutdown_state; |
| 530 | } |
| 531 | |
| 532 | inline void |
| 533 | Http2ConnectionState::set_shutdown_state(Http2ShutdownState state, Http2ErrorCode reason) |
no outgoing calls
no test coverage detected