class Async::HTTP::Protocol::HTTP2::Stream::Buffer

def end_stream

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