Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
839
int32_t
840
hpack_get_maximum_table_size(HpackIndexingTable &indexing_table)
841
{
842
return indexing_table.maximum_size();
843
}
Callers
1
http2_encode_header_blocks
Function · 0.85
Calls
1
maximum_size
Method · 0.45
Tested by
no test coverage detected