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: optimize Conn.Next and Conn.Peek #654

Merged
merged 2 commits into from
Nov 12, 2024

bug: fix the blocking issue on Windows

03716c4
Select commit
Loading
Failed to load commit list.
Merged

opt: optimize Conn.Next and Conn.Peek #654

bug: fix the blocking issue on Windows
03716c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 12, 2024 in 0s

79.16% of diff hit (target 78.90%)

View this Pull Request on Codecov

79.16% of diff hit (target 78.90%)

Annotations

Check warning on line 332 in connection_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_unix.go#L332

Added line #L332 was not covered by tests

Check warning on line 154 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L154

Added line #L154 was not covered by tests

Check warning on line 461 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L458-L461

Added lines #L458 - L461 were not covered by tests

Check warning on line 479 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L475-L479

Added lines #L475 - L479 were not covered by tests

Check warning on line 499 in connection_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

connection_windows.go#L496-L499

Added lines #L496 - L499 were not covered by tests