You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
It would be helpful if Blazor could add a custom header to the response, if streaming rendering is in effect to tell downstream proxies which adaptively buffer responses to not buffer in this case.
One example is Cloudflare's Argo Tunnel which disables buffering based on the Content-Type header as shown here. Even though a custom header would not fix the problem, it would open the door to a PR.
Describe the solution you'd like
Have blazor expose a custom header for streaming rendering responses.