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.274 ·

Long-running proxied requests now suppress fetch's own timeout

Very long proxied requests can now skip the HTTP client's own timeout when a longer timeout is requested

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaInternalswhat it touches
KindBug Fixesin v2.1.274,
You'll notice

Very long proxied requests can now skip the HTTP client's own timeout when a longer timeout is requested

What

Two internal network request helpers now disable the underlying HTTP client's built-in timeout whenever the caller asks for a timeout longer than 300000 milliseconds (5 minutes). Previously, the client's own timeout could still cut the request short even when a longer timeout was requested.

Why

This lets requests that are meant to run for a long time, such as slow or heavily proxied operations, actually run that long, instead of being cut off by a timeout mechanism the caller never intended to trigger.

See this entry in the whole of v2.1.274 →