Files
bun.sh/test/regression
Claude Bot ad4c6ea466 fix(http2): allow in-flight requests to complete on GOAWAY (#26719)
When an HTTP/2 GOAWAY frame is received, the ClientHttp2Session was
immediately destroying all streams instead of allowing eligible streams
to complete gracefully per RFC 7540 Section 6.8.

Changed the GOAWAY handler to use close() instead of destroy(), matching
the behavior of ServerHttp2Session. With non-zero error codes, errors
are still emitted to streams before closing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 23:26:21 +00:00
..