class Protocol::HTTP2::Connection

def [] id

def [] id
	if id.zero?
		self
	else
		@streams[id]
	end
end