Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ hpack_huffman_fin
Function
hpack_huffman_fin
src/proxy/hdrs/HuffmanCodec.cc:365–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
void
366
hpack_huffman_fin()
367
{
368
if (HUFFMAN_TREE_ROOT) {
369
free_huffman_tree(HUFFMAN_TREE_ROOT);
370
}
371
}
372
373
#define MAX_HUFFMAN_CODE_LEN 30
374
#define EOS 0x3fffffff
Callers
3
main
Function · 0.85
testRunEnded
Method · 0.85
main
Function · 0.85
Calls
1
free_huffman_tree
Function · 0.85
Tested by
2
main
Function · 0.68
main
Function · 0.68