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

def close(error)

def close(error)
	if @body
		@body.close(error)
		@body = nil
	end
	
	@task&.stop
end