Skip to content

COCOS-325 - Fix aTLS bug#332

Merged
dborovcanin merged 1 commit into
ultravioletrs:mainfrom
danko-miladinovic:atls
Dec 11, 2024
Merged

COCOS-325 - Fix aTLS bug#332
dborovcanin merged 1 commit into
ultravioletrs:mainfrom
danko-miladinovic:atls

Conversation

@danko-miladinovic

Copy link
Copy Markdown
Contributor

What type of PR is this?

This is a bug fix because it fixes the following issue: #325

What does this do?

This PR changes how the SSL shutdown is handeled. It fixes the situation where not all the data is read by the CLI or by the Agent but the connection is closed.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

This code is already covered by tests.

Did you document any new/modified feature?

This fix does not have to be documented.

Notes

@danko-miladinovic danko-miladinovic added the bug Something isn't working label Dec 10, 2024
@codecov

codecov Bot commented Dec 10, 2024

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Project coverage is 66.26%. Comparing base (0864eb6) to head (394a73c).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
pkg/atls/atlsListener.go 0.00% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #332      +/-   ##
==========================================
+ Coverage   65.49%   66.26%   +0.77%     
==========================================
  Files          53       53              
  Lines        4327     4361      +34     
==========================================
+ Hits         2834     2890      +56     
+ Misses       1218     1201      -17     
+ Partials      275      270       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dborovcanin dborovcanin merged commit 0315e7d into ultravioletrs:main Dec 11, 2024
@danko-miladinovic danko-miladinovic deleted the atls branch August 8, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: aTLS Connection did not close successfully despite successful transfer

3 participants