★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/21564Nouvelle recherche | Portail wanayoo
Skip to content
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

Closed

Conversation

thatshailesh
Copy link
Contributor

@thatshailesh thatshailesh commented Jun 27, 2018 •

Includes implementation of tls, HTTP2 error with documentation
Ref: #21440

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

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.
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt Jun 27, 2018

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...?

Copy link
Contributor Author

@thatshailesh thatshailesh Jun 28, 2018

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

Copy link
Member

@jasnell jasnell Jun 29, 2018

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.

@ChALkeR
Copy link
Member

@ChALkeR ChALkeR commented Jun 29, 2018

@ChALkeR ChALkeR requested a review from jasnell Jun 29, 2018
@vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented Jul 9, 2018

ping @nodejs/http2

Copy link
Member

@mcollina mcollina left a comment

LGTM

@mcollina
Copy link
Member

@mcollina mcollina commented Jul 10, 2018

@vsemozhetbyt @jasnell are you now ok for this to land?

@jasnell
Copy link
Member

@jasnell jasnell commented Jul 10, 2018

@vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented Jul 10, 2018 •

If @jasnell's wording will be added while landing, I am OK)

Copy link
Member

@apapirovski apapirovski left a comment

LGTM with the wording from @jasnell

@vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented Jul 12, 2018

Let's land this tomorrow with the wording from @jasnell if there are no amendments by that time.

vsemozhetbyt added a commit that referenced this issue Jul 13, 2018
Includes implementation of tls, HTTP2 error with documentation.

PR-URL: #21564
Refs: #21440
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented Jul 13, 2018

Landed in 3950a3e
Thank you!

targos added a commit that referenced this issue Jul 14, 2018
Includes implementation of tls, HTTP2 error with documentation.

PR-URL: #21564
Refs: #21440
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@targos targos mentioned this pull request Jul 17, 2018
kjin added a commit to kjin/node that referenced this issue Aug 23, 2018
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>
kjin added a commit to kjin/node that referenced this issue Sep 25, 2018
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>
kjin added a commit to kjin/node that referenced this issue Oct 16, 2018
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>
BethGriggs pushed a commit that referenced this issue Oct 17, 2018
Includes implementation of tls, HTTP2 error with documentation.

Backport-PR-URL: #22850
PR-URL: #21564
Refs: #21440
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@BethGriggs BethGriggs mentioned this pull request Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

7 participants