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

Method update_maximum_size

src/proxy/http2/HPACK.cc:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void
386HpackIndexingTable::update_maximum_size(uint32_t new_size)
387{
388 _dynamic_table.update_maximum_size(new_size);
389}
390
391//
392// Global functions

Calls

no outgoing calls

Tested by

no test coverage detected