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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
a97590e: Disable Bandit's HTTP/2 reset-stream rate limit by default and expose it as ELECTRIC_TWEAKS_HTTP2_MAX_RESET_STREAM_RATE. The limit closes an entire
connection once a client sends more than 500 RST_STREAM frames in 10 seconds,
dropping every request in flight on it. Behind a proxy that multiplexes many end
clients onto a few upstream connections, routine client-side cancellations of
live requests were enough to trip it, killing the parked long-polls of unrelated
clients and leaking their admission permits.