mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 07:12:00 +00:00
* 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>