class Async::HTTP::Protocol::HTTP2::Stream::Output

def close_write

def close_write
	@stream.send_data(nil, ::Protocol::HTTP2::END_STREAM)
end