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/patch failed Dec 24, 2024 in 0s

82.08% of diff hit (target 82.47%)

View this Pull Request on Codecov

82.08% of diff hit (target 82.47%)

Annotations

Check warning on line 1921 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L1920-L1921

Added lines #L1920 - L1921 were not covered by tests

Check warning on line 1946 in client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client.go#L1945-L1946

Added lines #L1945 - L1946 were not covered by tests

Check warning on line 1275 in server_session.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_session.go#L1274-L1275

Added lines #L1274 - L1275 were not covered by tests

Check warning on line 1300 in server_session.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_session.go#L1299-L1300

Added lines #L1299 - L1300 were not covered by tests