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

Update readAheadTask asserts in HttpConnection #104496

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

MihaZupan
Copy link
Member

Fixes #104491

Forgot to update these asserts in #103257 to account for the status possibly being ReadAheadTask_Completed now.

@MihaZupan MihaZupan added this to the 9.0.0 milestone Jul 5, 2024
@MihaZupan MihaZupan self-assigned this Jul 5, 2024
Copy link
Contributor

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

@MihaZupan MihaZupan merged commit a7efcd9 into dotnet:main Jul 6, 2024
81 of 83 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 5, 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.

Debug.Assert(_readAheadTaskStatus == ReadAheadTask_CompletionReserved); failure in HttpConnection
2 participants