-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
tls: update source, related test & doc for ArrayBuffer/DataView #23210
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
Conversation
doc/api/tls.md
Outdated
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.
Nit: it seems this line needs 2 more spaces for indent.
doc/api/tls.md
Outdated
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.
The same.
|
@vsemozhetbyt , |
|
Doc changes LGTM) |
|
ping @BeniCheni test.sequential/test-gc-net-timeout timeouted Resume CI: https://ci.nodejs.org/job/node-test-pull-request/17599/ |
In tls module, accept ArrayBuffer/DataView in place of isUint8Array in the source code & related test code in "test-tls-basic-validations.js", per the "tls" item in the checklist of the comment in #1826. Refs: #1826 (comment)
|
🙏 for reviewing, approving & the CI instance, @lundibundi. Minor FYI I saw a previous CI flaky failure, so I just rebased & pushed to get "green" CI again. |
|
Ping / dear reviewers, Friendly reminder the previous approvals & “green” CI are all set for this PR, ready for “author ready”. Hoping the PR wouldn’t become too stale. Thanks. |
|
Sorry for the delay, forgot to start CI after the first message. |
|
Landed in f5ab9d1. |
In tls module, accept ArrayBuffer/DataView in place of isUint8Array in the source code & related test code in "test-tls-basic-validations.js", per the "tls" item in the checklist of the comment in #1826. PR-URL: #23210 Refs: #1826 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
|
Should this be backported to |
In tls module, accept ArrayBuffer/DataView in place of isUint8Array in the source code & related test code in "test-tls-basic-validations.js", per the "tls" item in the checklist of the comment in #1826. PR-URL: #23210 Refs: #1826 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Refs: #1826
Referring to the comment in "mentor-available" #1826, this PR tries out the
tlsitem from the checklist of the comment: (Thanks for your review!)isArrayBufferViewin place ofisUint8Arraytls.mddoc.make -j4 test(UNIX), orvcbuild test(Windows) passes