FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

http2: fix kUpdateTimer timer refresh by Fishrock123 · Pull Request #18062 · nodejs/node · GitHub

/ node Public

http2: fix kUpdateTimer timer refresh - #18062

Merged
Fishrock123 merged 1 commit into
nodejs:masterfrom
Fishrock123:fix-93eb68e
Jan 11, 2018
Merged

http2: fix kUpdateTimer timer refresh#18062
Fishrock123 merged 1 commit into
nodejs:masterfrom
Fishrock123:fix-93eb68e

Conversation

Copy link
Copy Markdown
Contributor

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), or vcbuild test (Windows) passes (Unfortunately)
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http2

Fishrock123 added timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout. http2 Issues or PRs related to the http2 subsystem. labels Jan 9, 2018
nodejs-github-bot added dont-land-on-v4.x http2 Issues or PRs related to the http2 subsystem. labels Jan 9, 2018

jasnell commented Jan 9, 2018

Copy link
Copy Markdown
Member

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.

Fishrock123 changed the title http: fix kUpdateTimer timer refresh http2: fix kUpdateTimer timer refresh Jan 9, 2018

Copy link
Copy Markdown
Contributor Author

Fixes an oversight from
93eb68e

Wasn't caught by a test.

PR-URL: nodejs#18062
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fishrock123 merged commit 0812ebd into nodejs:master Jan 11, 2018
Fishrock123 deleted the fix-93eb68e branch January 11, 2018 17:16

Copy link
Copy Markdown
Contributor

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!

Copy link
Copy Markdown
Member

This is based on a semver-major PR. So I added the do not land labels.

addaleax mentioned this pull request Oct 20, 2018
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http2 Issues or PRs related to the http2 subsystem. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL