class Protocol::HTTP2::Frame

def clear_flags(mask)

def clear_flags(mask)
	@flags &= ~mask
end