-
Notifications
You must be signed in to change notification settings - Fork 30k
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: Reuse ._onTimeout() to Http2Session and Http2Stream classes #33354
Conversation
@yashLadha hey: you deleted my comment, I'm a bit confused and not not entirely sure how that's possible :] Would you mind explaining what happened I'm a bit baffled? |
@benjamingr After I commented, i checked out code locally and saw that the method is a class method and after which I deleted my commented. Don't know why your comment got deleted 😕. I was not able to see your comment when I deleted my comment. Probably I haven't refreshed the page. Sorry for any confusion it caused. |
Also I think there is some hook in NodeJS repo because i deleted my comment only 😕 |
@benjamingr I guess it's a github bug. I reported it to github to have a closer look. |
Landed in 7a094dc |
PR-URL: nodejs#33354 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #33354 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #33354 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #33354 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes