Skip to content

Incorrect usage of streamed response #179

@dmitryuk

Description

@dmitryuk

I discovered that Symfony StreamedResponse is not sent to the client in chunks, but only all data at once.
See https://github.com/Baldinof/roadrunner-bundle/blob/3.x/src/RoadRunnerBridge/HttpFoundationWorker.php#L46
But RoadRunner supports this feature https://docs.roadrunner.dev/docs/http/resp-streaming

Proposal is to forward chunk-data iterator from Symfony to Roadrunner, thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions