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

Fix MultipartReaderStream synchronous read when using buffer offset #59360

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

BrennanConroy
Copy link
Member

Fixes #59269

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Dec 6, 2024
@BrennanConroy
Copy link
Member Author

/backport to release/9.0

Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/12262509530

@BrennanConroy BrennanConroy merged commit 620d45d into main Dec 10, 2024
27 checks passed
@BrennanConroy BrennanConroy deleted the brecon/multireaderoffset branch December 10, 2024 20:55
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MultipartReaderStream ignores offset using Read
2 participants