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

Add stream_chunked middleware parameter #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

athomason
Copy link

This option allows transformation of chunked streaming responses into unchunked streaming responses by buffering calls to $writer->write. Only works with servers that support streamed responses.

The motivation of this is to allow Deflater to work with the chunked responses generated by Plack::App::Proxy::Backend::AnyEvent::HTTP under Twiggy.

* This option allows transformation of chunked streaming responses into
  unchunked streaming responses by buffering calls to $writer->write. Only
  works with servers that support streamed responses.
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

2 participants