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
When shutdown times out, the on_timeout callback cancels the in-flight
HTTP request (via curl progress callback abort or WinHTTP handle
closure), unblocking the worker thread so it can finish remaining
tasks like cache cleanup. Fixes test_cache_max_items failing on
Windows where WinHTTP blocks for seconds on unreachable hosts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments