Files
openclaw/src/agents/runtime
pick-cat e3eb1121ad test(agents): add native loopback regression for outer-abort SSE cancellation (#109185)
* test(agents): add native loopback regression for outer-abort SSE cancellation

Adds a native loopback /api/stream regression proving that the existing
outer AbortSignal cancels a keepalive-style dripping SSE body. The drip
resets per-chunk idle, so only the outer abort can terminate the stream
within budget.

Removes the previously proposed streamDeadlineMs opt-in: no production
caller needed it and the outer signal already owns total stream lifetime.

Co-Authored-By: nebulacoder-v8.0 <noreply@zte.com.cn>

* test(agents): make proxy abort regression deterministic

---------

Co-authored-by: nebulacoder-v8.0 <noreply@zte.com.cn>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-18 08:28:57 +01:00
..