### Laravel Version 12.18.0 ### PHP Version 8.4.6 ### Database Driver & Version _No response_ ### Description When using Laravel Octane with RoadRunner, the changes done in https://github.com/laravel/framework/commit/a9bfc0d37d1580bdafe39735b12fa8656fb3f24b result in streaming being broken and coming in as one single chunk. The recent change overrides the Generator and changes returns to echos which does not work for Octane with Roadrunner. Related: https://github.com/laravel/octane/pull/939 ### Steps To Reproduce Set up Laravel with Octane and RoadRunner. Return a streamed response and see that it all comes out as one chunk.