Streaming response. raw_byte method ignore chunk size #1982
Unanswered
iamnotaprogrammer
asked this question in
Potential Issue
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that methods iter_bytes/aiter_bytes ignore chunk_size. This behave was unexpected. And now developers cannot control chunk size with iter_bytes/aiter_bytes.
https://github.com/encode/httpx/blob/master/httpx/_models.py#L1580
https://github.com/encode/httpx/blob/master/httpx/_models.py#L1678
Beta Was this translation helpful? Give feedback.
All reactions