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
fix(test): isolate content-encoding chain limit tests with per-test servers
Each test in the chain limit describe block now creates its own server
via createChainServer(). This eliminates intermittent ECONNRESET on
macOS where an aborted connection's async RST delivery from a reject
test could corrupt shared server state for the allow test.
Also removes the keepalive: false no-op (undici's fetch documents
this flag as a noop outside of browser context).
0 commit comments