[Pre3] Response streaming default and opt-out#34894
Conversation
Co-authored-by: campersau <buchholz.bastian@googlemail.com>
|
@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.
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.
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