class Protocol::HPACK::Compressor

def initialize(buffer, context = Context.new, table_size_limit: nil)

def initialize(buffer, context = Context.new, table_size_limit: nil)
	@buffer = buffer
	@context = context
	
	@table_size_limit = table_size_limit
end