Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Symfony version | 3.3.5 |
When using Symfony\Component\HttpFoundation\Response
to produce some output, the toolbar from WebProfilerBundle is correctly injected before </body>
tag. But when using Symfony\Component\HttpFoundation\StreamedResponse
the toolbar is not injected.
Would it be possible to inject toolbar into StreamedResponse
too ?
Also, this "detail" should be noted in the documentation, so users of the StreamedResponse
class won't get surprised.