Skip to content

quic: remove undefined variable#35007

Merged
Trott merged 1 commit intonodejs:masterfrom
Trott:quic-fix
Sep 3, 2020
Merged

quic: remove undefined variable#35007
Trott merged 1 commit intonodejs:masterfrom
Trott:quic-fix

Conversation

@Trott
Copy link
Copy Markdown
Member

@Trott Trott commented Sep 1, 2020

The reason variable never gets defined. It's use in a template string
will always end up as the string 'undefined'.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@Trott Trott requested a review from a team September 1, 2020 05:28
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/quic

@nodejs-github-bot nodejs-github-bot added dont-land-on-v12.x quic Issues and PRs related to the QUIC implementation / HTTP/3. labels Sep 1, 2020
@Trott Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 1, 2020
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 1, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@Trott Trott merged commit 449f73e into nodejs:master Sep 3, 2020
The `reason` variable never gets defined. It's use in a template string
will always end up as the string `'undefined'`.

PR-URL: nodejs#35007
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
@Trott
Copy link
Copy Markdown
Member Author

Trott commented Sep 3, 2020

Landed in 449f73e

@Trott Trott deleted the quic-fix branch September 3, 2020 12:26
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
The `reason` variable never gets defined. It's use in a template string
will always end up as the string `'undefined'`.

PR-URL: nodejs#35007
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

quic Issues and PRs related to the QUIC implementation / HTTP/3.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants