class Protocol::HPACK::Context

def table_size= size

When the size is reduced, some headers might be evicted.
Alter dynamic table size.
def table_size= size
	@table_size = size
	size_check(nil)
end