You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PingCheck: parse output regardless of exit code, fix false negatives on partial packet loss
- Worker pool: add panic recovery so a check panic returns failed result instead of deadlocking
- E2E checks: use select with context for port acquisition to prevent deadlock on timeout
- E2E checks: cap startup wait at timeout/3 (max 2s) to respect timeout budget
- DoH e2e: add missing port release sleep after process cleanup
- root.go: fix latent slice mutation in append(passed, failed...)
- scan.go: guard against negative strings.Repeat with max(0, ...)
0 commit comments