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

Method get

src/proxy/http2/Http2ConnectionState.cc:1237–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237unsigned
1238Http2ConnectionSettings::get(Http2SettingsIdentifier id) const
1239{
1240 if (0 < id && id < HTTP2_SETTINGS_MAX) {
1241 return this->settings[indexof(id)];
1242 } else {
1243 ink_assert(!"Bad Settings Identifier");
1244 }
1245
1246 return 0;
1247}
1248
1249unsigned
1250Http2ConnectionSettings::set(Http2SettingsIdentifier id, unsigned value)

Callers 15

rcv_data_frameMethod · 0.45
rcv_headers_frameMethod · 0.45
initMethod · 0.45
create_streamMethod · 0.45
restart_receivingMethod · 0.45
send_a_data_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected