undici
undici copied to clipboard
fix(http2): Fixed HTTP2 stream closure handling
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