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

avoid rack::response to preserve streaming behavior #28

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

graft
Copy link
Contributor

@graft graft commented Jun 8, 2018

Using Rack::Response here seemed to get in the way of the streaming/chunked response, perhaps because Rack::Response#finish buffers the streamed response. This uses the simpler rack response syntax ([ status, headers, body ]) which allows rack to respond as it would to a body that responds to 'each'.

@graft graft merged commit 7b95ad9 into master Jun 8, 2018
corps added a commit that referenced this pull request Jul 23, 2020
Timur Filters UI Improvements
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

1 participant