Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ maximum_size
Method
maximum_size
src/proxy/http2/HPACK.cc:373–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
uint32_t
374
HpackIndexingTable::maximum_size() const
375
{
376
return _dynamic_table.maximum_size();
377
}
378
379
uint32_t
380
HpackIndexingTable::size() const
Callers
2
hpack_get_maximum_table_size
Function · 0.45
test_HpackIndexingTable.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected