-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http2 - clarify difference between 'streamClosed' and 'close' #15303
Comments
ping? |
cc/ @nodejs/http2 |
I think this is a bug. @jasnell why are we using |
I added |
This is not really well documented. Even comments in the code just say "distinctly different". I'm mostly interested in how it affects
pump
which seems to be usingclose
instead ofstreamClosed
for http2 requests.The text was updated successfully, but these errors were encountered: