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

conn.go: default close handler should not return ErrCloseSent. #865

Merged
merged 2 commits into from
Nov 13, 2023

Merge branch 'main' into fix-default-close-handler-return-error

07089bb
Select commit
Loading
Failed to load commit list.
Merged

conn.go: default close handler should not return ErrCloseSent. #865

Merge branch 'main' into fix-default-close-handler-return-error
07089bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2023 in 0s

70.20% (+0.20%) compared to 629990d

View this Pull Request on Codecov

70.20% (+0.20%) compared to 629990d

Details

Codecov Report

Merging #865 (07089bb) into main (629990d) will increase coverage by 0.20%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #865      +/-   ##
==========================================
+ Coverage   69.99%   70.20%   +0.20%     
==========================================
  Files          11       11              
  Lines        1593     1594       +1     
==========================================
+ Hits         1115     1119       +4     
+ Misses        364      362       -2     
+ Partials      114      113       -1     
Files Coverage Δ
conn.go 65.47% <50.00%> (+0.46%) ⬆️