-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
[Pre3] Response streaming default and opt-out #34894
Conversation
Co-authored-by: campersau <[email protected]>
@campersau ... In the opt-out case, is |
... and this is for Preview 2, correct? |
Probably preview3, but it's not done yet. |
@pavelsavara @campersau ... I think my latest updates to this PR cover everything. Can one or both of you make a final check? ... and please confirm that this is still going to make it for Pre3 (if not, I'll mark it for Pre4). |
* Add the `<WasmEnableStreamingResponse>` property to the project file with a value of `false`: | ||
|
||
```xml | ||
<WasmEnableStreamingResponse>false</WasmEnableStreamingResponse> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would not work for Blazor until dotnet/runtime#97449 is fixed. I don't think we need to worry about it in the preview docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dan would like the preview docs accurate for a given preview release.
I'll comment out just the <WasmEnableStreamingResponse>
description until later, and I'll track on that issue to surface it.
Yes |
Fixes #34870
Addresses #34948
Notes
HttpCompletionOption.ResponseHeadersRead
.cc: @campersau
Internal previews