class Protocol::HTTP2::Frame

def write_payload(stream)

def write_payload(stream)
	stream.write(@payload) if @payload
end