Uh oh!
There was an error while loading. Please reload this page.
doc: describe API ERR_INVALID_PROTOCOL context - #27393
Conversation
nodejs-github-bot
commented
Apr 24, 2019
b23eac6 to
a56ff6cComparesam-github
commented
Apr 26, 2019
@nodejs/documentation trivial PR, could someone give this a review, please. Note that protocols show up in the node API surface in several places. This error code is unrelated to TLS protocols, for example. The code should probably have had |
sam-github
commented
Apr 29, 2019
@nodejs/collaborators trivial PR, please give it a thumbs up |
Trott
left a comment
There was a problem hiding this comment.
LGTM. I suppose that (from the end-user perspective) it might also be triggered by http.get() and friends? Regardless, I wonder if we should remove this entirely in 13.x and replace with ERR_INVALID_OPT_VALUE.
ERR_INVALID_PROTOCOL docs should describe the API it relates to. See: https://github.com/nodejs/node/pull/27390/files#r278246361
a56ff6c to
fe3147fComparesam-github
commented
Apr 30, 2019
Landed in dce8806 |
ERR_INVALID_PROTOCOL docs should describe the API it relates to. See: https://github.com/nodejs/node/pull/27390/files#r278246361 PR-URL: #27393 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
ERR_INVALID_PROTOCOL docs should describe the API it relates to. See: https://github.com/nodejs/node/pull/27390/files#r278246361 PR-URL: #27393 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
ERR_INVALID_PROTOCOL docs should describe the API it relates to.
See: https://github.com/nodejs/node/pull/27390/files#r278246361
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes