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
HTTP streaming seems like a drop-in upgrade to not buffer the whole response, by simply replacing calls in controller actions from $this->render() to $this->stream(), except the web developer toolbar will not show up in this case.
How to reproduce
Call $this->stream() in a controller action in lieu of $this-render().