Skip to content

Changes to ResponseFactory stream has broken streamed responses when using Octane with RoadRunner #56052

@Orrison

Description

@Orrison

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 a9bfc0d 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: laravel/octane#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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions