Skip to content

QuicConnFlushRecv: fix recvQ corruption when FlushedAll is false#5937

Merged
guhetier merged 1 commit intomicrosoft:mainfrom
jianye-chen:bugfix/jianyechen/fix_recv_q
Apr 15, 2026
Merged

QuicConnFlushRecv: fix recvQ corruption when FlushedAll is false#5937
guhetier merged 1 commit intomicrosoft:mainfrom
jianye-chen:bugfix/jianyechen/fix_recv_q

Conversation

@jianye-chen
Copy link
Copy Markdown
Contributor

Description

fixes #5932

Testing

internal behavior on recvQ, should be covered by existing functionality tests already

Signed-off-by: Jianye Chen <jianyechen@microsoft.com>
@jianye-chen jianye-chen requested a review from a team as a code owner April 11, 2026 00:41
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.17%. Comparing base (37d6673) to head (02aec42).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5937      +/-   ##
==========================================
- Coverage   84.80%   84.17%   -0.64%     
==========================================
  Files          60       60              
  Lines       18731    18732       +1     
==========================================
- Hits        15885    15767     -118     
- Misses       2846     2965     +119     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@guhetier guhetier merged commit ad27a53 into microsoft:main Apr 15, 2026
498 checks passed
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.

QuicConnFlushRecv: recvQ corrupted when we could not flush all datagrams arrived in one shot

2 participants