Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Catalyst::Response->from_psgi_response to support PSGI deferred responses #3

Merged
merged 2 commits into from Aug 5, 2014

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Aug 4, 2014

No description provided.

@frioux
Copy link
Owner

frioux commented Aug 4, 2014

Care to add a test for the streaming/deferred?

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 4a89bae on tsibley:from_psgi_response into f045839 on frioux:master.

They do in that the response is received, but it will be force-buffered
inside Catalyst::Action::FromPSGI by HTTP::Message::PSGI.
…responses

Deferred responses are supported, but streaming responses were
force-buffered into memory before being sent over the wire.  Using
Catalyst's method avoids this because it will return the open filehandle
to write directly to.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d8d9bfd on tsibley:from_psgi_response into f045839 on frioux:master.

@frioux frioux merged commit d8d9bfd into frioux:master Aug 5, 2014
@frioux
Copy link
Owner

frioux commented Aug 5, 2014

released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants