Files
zpan/cmd/internal/engine
saltbo 23ded65e6f fix(downloader): nil-safe isAria2RPCDisconnected to stop a startup panic
isAria2RPCDisconnected called err.Error() unconditionally, so a nil error
panicked (nil pointer deref). findSeed reaches it with a nil error whenever
tellStatus succeeds but the status isn't a seed — which crashed the downloader at
startup while restoring a retained seed from the ledger. Guard nil -> false.
2026-06-19 19:28:18 -04:00
..