-
Notifications
You must be signed in to change notification settings - Fork 62
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 deliver buffer data during shutdown #650
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #650 +/- ##
==========================================
+ Coverage 80.18% 80.39% +0.20%
==========================================
Files 28 28
Lines 5966 5992 +26
==========================================
+ Hits 4784 4817 +33
+ Misses 1182 1175 -7 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Michael Graeb <[email protected]>
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.
@TingDaoK I pushed my own take on the Windows error-handling. Can you take a look at it?
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.
looks good to me, thanks!
Pick up latest submodules for fixing the issue where channel shutdown before last bytes in TLS handler to be delivered. awslabs/aws-c-io#650
Issue #, if available:
aws-c-io/source/s2n/s2n_tls_channel_handler.c
Lines 1072 to 1082 in 9072f86
Description of changes:
Notes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.