MCPcopy Create free account
hub / github.com/apache/trafficserver / get_received_settings_count

Method get_received_settings_count

src/proxy/http2/Http2ConnectionState.cc:2776–2780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2774}
2775
2776uint32_t
2777Http2ConnectionState::get_received_settings_count()
2778{
2779 return this->_received_settings_counter.get_count();
2780}
2781
2782void
2783Http2ConnectionState::increment_received_settings_frame_count()

Callers 1

rcv_settings_frameMethod · 0.95

Calls 1

get_countMethod · 0.45

Tested by

no test coverage detected