-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix kUpdateTimer timer refresh #18062
Conversation
4fe0b9a
to
108b1a6
Compare
timeouts are definitely one area where we need more test coverage for http2. It's been on my list, just haven't been able to get to it yet. |
108b1a6
to
11b17dd
Compare
CI before landing: https://ci.nodejs.org/job/node-test-pull-request/12503/ |
Fixes an oversight from 93eb68e Wasn't caught by a test. PR-URL: nodejs#18062 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
11b17dd
to
0812ebd
Compare
This is not landing cleanly on v9.x-staging. If you would like to see this land in v9.x, can you please submit a backport PR? Thanks! |
This is based on a semver-major PR. So I added the do not land labels. |
Fixes an oversight from 93eb68e 😬
Wasn't caught by a test... @nodejs/http2 anyone have suggestions on how to write a test? Or if you want to write one and push it here that would be fine too.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes (Unfortunately)Affected core subsystem(s)
http2