Skip to content
← Back to release · 2.1.268
Bug fixes / v2.1.268

Time out hanging WebFetch requests

CHANGELOG · original

Fixed WebFetch hanging indefinitely on a server that keeps the response open without finishing; a fetch now fails after 300 seconds. Set CLAUDE_CODE_WEBFETCH_DEADLINE_MS to override the deadline (0 turns it off)
Open official changelog ↗

Related documentation

Background on the feature; see the changelog above for this specific change.

Change details