undici icon indicating copy to clipboard operation
undici copied to clipboard

fix(http2): Fixed HTTP2 stream closure handling

Open mertcanaltin opened this issue 1 year ago • 7 comments

This PR addresses an issue related to handling the closure of HTTP2 streams with the NGHTTP2_INTERNAL_ERROR code. Now, when HTTP2 streams are closed with the NGHTTP2_INTERNAL_ERROR code, the promise is rejected instead of being left unresolved.

#2675

mertcanaltin avatar Feb 07 '24 08:02 mertcanaltin