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

use a single TCP outgoing buffer for each client / session #665

Merged
merged 1 commit into from
Dec 24, 2024

use a single TCP outgoing buffer each client / session

618fbde
Select commit
Loading
Failed to load commit list.
Merged

use a single TCP outgoing buffer for each client / session #665

use a single TCP outgoing buffer each client / session
618fbde
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 0s

82.48% (+0.00%) compared to 6750427

View this Pull Request on Codecov

82.48% (+0.00%) compared to 6750427

Details

Codecov Report

Attention: Patch coverage is 82.08955% with 12 lines in your changes missing coverage. Please review.

Project coverage is 82.48%. Comparing base (6750427) to head (618fbde).

Files with missing lines Patch % Lines
client.go 73.91% 4 Missing and 2 partials ⚠️
server_session.go 75.00% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #665   +/-   ##
=======================================
  Coverage   82.47%   82.48%           
=======================================
  Files         116      116           
  Lines       11847    11851    +4     
=======================================
+ Hits         9771     9775    +4     
  Misses       1688     1688           
  Partials      388      388           

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