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

don't print a receive buffer warning for closed connections #3346

Merged
merged 1 commit into from Mar 16, 2022

Conversation

marten-seemann
Copy link
Member

Fixes #3341.

@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #3346 (3831bdb) into master (ad1cb27) will decrease coverage by 0.01%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##           master    #3346      +/-   ##
==========================================
- Coverage   85.51%   85.50%   -0.01%     
==========================================
  Files         135      135              
  Lines        9829     9830       +1     
==========================================
  Hits         8405     8405              
- Misses       1046     1047       +1     
  Partials      378      378              
Impacted Files Coverage Δ
packet_handler_map.go 74.40% <60.00%> (+0.10%) ⬆️
internal/utils/rand.go 62.50% <0.00%> (-12.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad1cb27...3831bdb. Read the comment docs.

@marten-seemann marten-seemann merged commit 580cc75 into master Mar 16, 2022
nmldiegues pushed a commit to chungthuang/quic-go that referenced this pull request Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failed to determine receive buffer size, for closed connections
2 participants