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

[QUIC] Move 0 byte read before semaphore release #100128

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

liveans
Copy link
Member

@liveans liveans commented Mar 22, 2024

Fixes #100121. After the introduction of 0 byte read (#100093), it started to race with connection close and connection was aborted by peer.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@liveans liveans merged commit a2ce8db into dotnet:main Mar 22, 2024
87 checks passed
@liveans liveans deleted the fix_connection_abort_peer branch March 22, 2024 10:05
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
@karelz karelz added this to the 9.0.0 milestone May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Net.Quic.QuicException : Connection aborted by peer
3 participants