class Protocol::HTTP2::Client

def remote_stream_id?(id)

def remote_stream_id?(id)
	id.even?
end