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

Function hpack_get_maximum_table_size

src/proxy/http2/HPACK.cc:839–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839int32_t
840hpack_get_maximum_table_size(HpackIndexingTable &indexing_table)
841{
842 return indexing_table.maximum_size();
843}

Callers 1

Calls 1

maximum_sizeMethod · 0.45

Tested by

no test coverage detected