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: eliminate the inuse eventloop.cache for idle connections #660

Merged
merged 4 commits into from
Nov 16, 2024

opt: fix the potential memory leaks in pkg/buffer/linkedlist.Buffer

e2b890f
Select commit
Loading
Failed to load commit list.
Merged

opt: eliminate the inuse eventloop.cache for idle connections #660

opt: fix the potential memory leaks in pkg/buffer/linkedlist.Buffer
e2b890f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 16, 2024 in 0s

76.47% of diff hit (target 78.75%)

View this Pull Request on Codecov

76.47% of diff hit (target 78.75%)

Annotations

Check warning on line 332 in connection_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_unix.go#L330-L332

Added lines #L330 - L332 were not covered by tests

Check warning on line 355 in connection_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_unix.go#L355

Added line #L355 was not covered by tests

Check warning on line 158 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L156-L158

Added lines #L156 - L158 were not covered by tests

Check warning on line 179 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L179

Added line #L179 was not covered by tests