-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors: fix undefined HTTP2 and tls errors #21564
Conversation
Includes implementation of tls, HTTP2 error with documentation
<a id="ERR_TLS_RENEGOTIATE"></a> | ||
### ERR_TLS_RENEGOTIATE | ||
|
||
An attempt was made to renegotiate TLS session failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this wording a bit off? Maybe An attempt made to renegotiate...
or even An attempt to renegotiate...
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not sure, thats why I asked everyone here #21440 about the message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An attempt to renegotiate the TLS session failed
.
ping @nodejs/http2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vsemozhetbyt @jasnell are you now ok for this to land? |
Yep
…On Mon, Jul 9, 2018, 23:45 Matteo Collina ***@***.***> wrote:
@vsemozhetbyt <https://github.com/vsemozhetbyt> @jasnell
<https://github.com/jasnell> are you now ok for this to land?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21564 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAa2eaLyorhQpQvBRiqcpTruplaW7Ronks5uFE2jgaJpZM4U5zDb>
.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the wording from @jasnell
Let's land this tomorrow with the wording from @jasnell if there are no amendments by that time. |
Landed in 3950a3e |
Includes implementation of tls, HTTP2 error with documentation. PR-URL: nodejs#21564 Refs: nodejs#21440 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Includes implementation of tls, HTTP2 error with documentation. PR-URL: nodejs#21564 Refs: nodejs#21440 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Includes implementation of tls, HTTP2 error with documentation. PR-URL: nodejs#21564 Refs: nodejs#21440 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Includes implementation of tls, HTTP2 error with documentation
Ref: #21440
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes