class Protocol::HTTP2::Client

def valid_remote_stream_id?(stream_id)

def valid_remote_stream_id?(stream_id)
	stream_id.even?
end