Skip to content

Conversation

@halter73
Copy link
Member

This disables response buffering and compression for streaming Blazor responses in the same way SignalR does for streaming SSE responses. It checks the state of the QuiescenceTask before writing the initial render to the response body to avoid unnecessarily disabling buffering and compression for non-streaming responses.

Fixes #52323

@halter73 halter73 requested a review from a team as a code owner February 10, 2024 00:19
@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Feb 10, 2024
@halter73
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/aspnetcore/actions/runs/7851137666

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 20, 2024
@halter73
Copy link
Member Author

/azp run

@dotnet-policy-service dotnet-policy-service bot removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 20, 2024
@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 28, 2024
@halter73 halter73 merged commit 099bc84 into main Feb 28, 2024
@halter73 halter73 deleted the halter73/52323 branch February 28, 2024 20:02
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0-preview3 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blazor Stream Rendering not working on IIS Express

3 participants