Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

WebFetch requests now enforce a deadline/timeout

WebFetch requests now enforce a timeout and fail with a clear deadline error if exceeded

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaWebFetchwhat it touches
KindImprovementsin v2.1.268,
Use it now Notable

WebFetch requests now enforce a timeout and fail with a clear deadline error if exceeded

What

WebFetch requests now have a deadline enforced on them. The deadline comes from the CLAUDE_CODE_WEBFETCH_DEADLINE_MS environment variable if it's set, otherwise from a remote configuration value, capped at a maximum. If a fetch doesn't complete within that time, it's aborted and fails with a "Fetch did not complete within the deadline" error.

Why

This prevents a WebFetch call from hanging indefinitely, giving a clear, specific error when a fetch takes too long instead of leaving it to stall.

Read from
Names in the bundleCLAUDE_CODE_WEBFETCH_DEADLINE_MS
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's release notes agreeFixed WebFetch hanging indefinitely on a server that keeps the response open without finishing; a fetch now fails after 300 seconds. Set…
The name it cites is new in this buildNew in this build: CLAUDE_CODE_WEBFETCH_DEADLINE_MS

See this entry in the whole of v2.1.268 →