Method: Protocol::HTTP2::Framer#flush

Defined in:
lib/protocol/http2/framer.rb

#flushObject

Flush the underlying stream.



57
58
59
# File 'lib/protocol/http2/framer.rb', line 57

def flush
	@stream.flush
end