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
I was wondering what the exact use of the StreamedResponseListener in the HttpKernel is, since responses are typically sent to the browser anyway by invoking Response::send() in the front controller.
Maybe this event subscriber can be eliminated? Or what are the use-cases?