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

def stop(error)

This method should only be called from within the context of the HTTP/2 stream.
def stop(error)
	@task&.stop
	@task = nil
end