| 468 | } |
| 469 | |
| 470 | inline uint32_t |
| 471 | Http2ConnectionState::get_peer_stream_count() const |
| 472 | { |
| 473 | return peer_streams_count_in; |
| 474 | } |
| 475 | |
| 476 | inline void |
| 477 | Http2ConnectionState::decrement_peer_stream_count() |
no outgoing calls
no test coverage detected