fix(net): bound guarded fetch dispatcher cleanup#78439
Merged
Merged
Conversation
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: fix(net): bound guarded fetch dispatcher cleanup This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
obviyus
force-pushed
the
ayaan/web-fetch-stuck-regression
branch
from
May 6, 2026 11:38
9bb72ae to
5acded5
Compare
Contributor
Author
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 9, 2026
rogerdigital
pushed a commit
to rogerdigital/openclaw
that referenced
this pull request
May 9, 2026
lykeion-dev
pushed a commit
to lykeion-dev/openclaw--rev
that referenced
this pull request
May 14, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Real behavior proof
web_fetchmust finish with a tool error instead of leaving the Gateway/tool lane stuck behind dispatcher cleanup.9bb72ae) on macOS, profileweb-fetch-proof, port19089, token auth, real Gateway HTTPPOST /tools/invokesurface.pnpm openclaw --profile web-fetch-proof gateway run --port 19089 --auth token --token <redacted> --allow-unconfigured --dev --compact, then calledPOST /tools/invokeforweb_fetchagainsthttps://1.1.1.1:81/; while that request was pending and again after it completed, checked/healthand calledweb_fetchagainsthttps://example.com/.16:56:39 [fetch-timeout] fetch timeout after 30000ms (elapsed 30002ms) operation=fetchWithSsrFGuard url=https://1.1.1.1:81/;16:56:39 [tools-invoke] tool execution failed: TimeoutError: request timed out. Live output during/after:/healthreturned{"ok":true,"status":"live"};web_fetchforhttps://example.com/returned{"ok":true,..."status":200...}.web_fetchstill succeeded with HTTP 200.tools.invokeandweb_fetchtimeout path directly.Verification