Skip to content

tls: null not valid as a renegotiate callback - #25929

Closed
sam-github wants to merge 1 commit into
nodejs:masterfrom
sam-github:only-undef-or-fn-for-reneg
Closed

tls: null not valid as a renegotiate callback#25929
sam-github wants to merge 1 commit into
nodejs:masterfrom
sam-github:only-undef-or-fn-for-reneg

Conversation

@sam-github

@sam-githubsam-github commented Feb 4, 2019

Copy link
Copy Markdown
Contributor

Allow undefined as a callback, but do not allow null.

Belatedly respond to #25876 (comment)

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

Allow undefined as a callback, but do not allow null.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the tls Issues and PRs related to the tls subsystem. label Feb 4, 2019
@sam-github

Copy link
Copy Markdown
ContributorAuthor

@addaleax

Copy link
Copy Markdown
Member

Landed in 00d49ad

@addaleaxaddaleax closed this Feb 6, 2019
addaleax pushed a commit that referenced this pull request Feb 6, 2019
Allow undefined as a callback, but do not allow null.
PR-URL: #25929
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@sam-githubsam-github mentioned this pull request Feb 6, 2019
4 tasks
@sam-github
sam-github deleted the only-undef-or-fn-for-reneg branch February 6, 2019 23:11
@addaleax

Copy link
Copy Markdown
Member

@sam-github If I understood you correctly, this should be labelled dont-land-on-v11.x.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@sam-github@nodejs-github-bot@addaleax@apapirovski@jasnell@lpinca@cjihrig@JungMinu@BridgeAR@targos