class Protocol::HPACK::Huffman::Generator::Node

def initialize(depth)

def initialize(depth)
	@next = [nil, nil]
	@id = @@id
	@@id += 1
	@final = false
	@depth = depth
end