You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(devbox): cap forwarded long-poll timeout and add client read margin
Long-poll helpers forwarded timeout_seconds=remaining (often well above what the
server honors) and left the client read timeout at the global 30s default. Cap
the forwarded timeout_seconds at the server clamp (30s status, 25s exec) and set
a per-request read timeout of server_hold + 5s so the client is never the party
that aborts a long-poll.
Defensive hygiene: this does not by itself eliminate held-stream cancels. Those
are server-initiated (the h2 stream idle timeout racing the long-poll clamp) and
are fixed server-side. Pairs with #817.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments