Replies: 1 comment 1 reply
-
It's the point of streaming, to not load the entire data into the memory, and if it will not raise an error, what should it return? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following code open a stream and iter on all chunks.
Although all chunks have been consumed response.content remains unusable (by raising a ResponseNotRead).
It would be great to set
response._content
once the iteration is over. WDYT?Beta Was this translation helpful? Give feedback.
All reactions