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
Address review feedback: simplify to bounded availability check
Per review on #220:
- Revert the docker-tunnel-proxy rule callback to its original inline form
and drop the per-request DOCKER_PROXY_SETTING_TIMEOUT_MS timeout. The 3s
Docker-availability timeout already bounds the network monitor (which
awaits isDockerAvailable), so this still fails open: only requests in the
first few seconds of a wedged-Docker startup wait, then everything works.
- Move the timeout duration into TimeoutError/withTimeout so every timeout
reports "Timeout after <n>ms"; isDockerAvailable's catch returns to its
original one-line form.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments