class Protocol::HTTP2::Server

def remote_stream_id?(id)

def remote_stream_id?(id)
	id.odd?
end