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

opt: release outboundBuffer immediately in AsyncWrite(v) if Conn is closed #673

Merged
merged 3 commits into from
Jan 11, 2025

test: fix the address reuse issue

f2750ec
Select commit
Loading
Failed to load commit list.
Merged

opt: release outboundBuffer immediately in AsyncWrite(v) if Conn is closed #673

test: fix the address reuse issue
f2750ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2025 in 0s

79.65% (+0.21%) compared to e9a1101

View this Pull Request on Codecov

79.65% (+0.21%) compared to e9a1101

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.65%. Comparing base (e9a1101) to head (f2750ec).

Files with missing lines Patch % Lines
connection_windows.go 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #673      +/-   ##
==========================================
+ Coverage   79.43%   79.65%   +0.21%     
==========================================
  Files          21       21              
  Lines        2514     2516       +2     
==========================================
+ Hits         1997     2004       +7     
  Misses        397      397              
+ Partials      120      115       -5     

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