Skip to content

http2: destroy when call settingsFn throw an error - #28908

Closed
himself65 wants to merge 2 commits into
nodejs:masterfrom
himself65:28895
Closed

http2: destroy when call settingsFn throw an error#28908
himself65 wants to merge 2 commits into
nodejs:masterfrom
himself65:28895

Conversation

@himself65

Copy link
Copy Markdown
Member

fix#28895

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the http2 Issues or PRs related to the http2 subsystem. label Jul 31, 2019
Comment threadtest/parallel/test-http2-connect.js Outdated
@himself65
himself65force-pushed the 28895 branch 6 times, most recently from 52cde56 to f8371b2CompareAugust 1, 2019 06:50
@himself65

Copy link
Copy Markdown
MemberAuthor

done

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 2, 2019
@Trott

Trott commented Aug 2, 2019

Copy link
Copy Markdown
Member

Landed in 2b03e1d

@TrottTrott closed this Aug 2, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Aug 2, 2019
http2.connect should call destroy when init fails.
PR-URL: nodejs#28908
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Aug 2, 2019
http2.connect should call destroy when init fails.
PR-URL: #28908
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@himself65
himself65 deleted the 28895 branch August 5, 2019 16:47
@BridgeARBridgeAR mentioned this pull request Aug 6, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.http2Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some http2 errors are not captured

6 participants

@himself65@nodejs-github-bot@Trott@jasnell@lpinca@trivikr