| 2798 | } |
| 2799 | |
| 2800 | uint32_t |
| 2801 | Http2ConnectionState::get_received_ping_frame_count() |
| 2802 | { |
| 2803 | return this->_received_ping_frame_counter.get_count(); |
| 2804 | } |
| 2805 | |
| 2806 | void |
| 2807 | Http2ConnectionState::increment_received_priority_frame_count() |
no test coverage detected