Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
void
386
HpackIndexingTable::update_maximum_size(uint32_t new_size)
387
{
388
_dynamic_table.update_maximum_size(new_size);
389
}
390
391
//
392
// Global functions
Callers
4
update_dynamic_table_size
Function · 0.45
hpack_encode_header_block
Function · 0.45
test_HpackIndexingTable.cc
File · 0.45
_on_encoder_stream_read_ready
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected