-
Notifications
You must be signed in to change notification settings - Fork 140
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
"Handling Streaming Responses" buffers the file in memory #116
Comments
OK, read the code and found treq.get's undocumented unbuffered option. |
pawelmhm
pushed a commit
to pawelmhm/treq
that referenced
this issue
Nov 4, 2016
Correct RST syntax for CompatibilityPolicy link
twm
added a commit
to twm/treq
that referenced
this issue
Dec 2, 2016
twm
added a commit
to twm/treq
that referenced
this issue
Dec 7, 2016
twm
added a commit
to twm/treq
that referenced
this issue
Dec 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The following example on http://treq.readthedocs.org/en/latest/howto.html:
buffers the whole file in memory, making the process use 5+ GiB when downloading a 4 GiB file.
Is this intended?
The text was updated successfully, but these errors were encountered: