MCPcopy 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
365void
366hpack_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

mainFunction · 0.85
testRunEndedMethod · 0.85
mainFunction · 0.85

Calls 1

free_huffman_treeFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68