class Protocol::HPACK::Context

def initialize_copy(other)

def initialize_copy(other)
	super
	
	# This is the only mutable state:
	@table = @table.dup
end