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

Added compatibility with the Net::HTTP response streaming API #1

Merged
merged 4 commits into from
Apr 22, 2011

Conversation

mathieuravaux
Copy link
Contributor

Prevent buffering the response entirely in memory if unnecessary.
Gives the ability to use the response while still receiving it (stream to a browser, pipe to a process, ...).

I've added some specs and tested with a Rails stack (to stream Dropbox files/thumbnails to the browser).

@jfairbairn jfairbairn merged commit 20363a2 into jfairbairn:master Apr 22, 2011
@jfairbairn
Copy link
Owner

Thanks, Mathieu!

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.

2 participants