-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
tls: fix tlsSocket.setMaxSendFragment results in an abort #38170
tls: fix tlsSocket.setMaxSendFragment results in an abort #38170
Conversation
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.
Can you please add tests?
|
@EladKeyshawn thanks a lot for addressing these issues! Since you open a couple PRs at the moment, would you mind reading about our commit message guidelines? They are referenced when opening a PR as well :-) |
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.
Thanks 🙏
Please consider addressing Antoine's nits and taking Ruben's advice regarding the collaborator guidelines :] |
Thanks man! |
This comment has been minimized.
This comment has been minimized.
Can someone help me understand why the CI won't pass? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@benjamingr Hey is this waiting for something? |
@ronag I think this can land :) |
PR-URL: nodejs#38170 Fixes: nodejs#38169 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
6a269bd
to
6e3f985
Compare
Landed in 6e3f985 |
Fixes: #38169