Replies: 1 comment 6 replies
-
Problem is that .content is reading the stream data, this has already been parsed (and therefore decompressed). With the structure of the code, I'm not sure there's an obvious way to extract the compressed bytes. |
Beta Was this translation helpful? Give feedback.
6 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.
-
How to track the download progress of (gzip/deflate/br/zstd-)compressed data similar to httpx.Response.num_bytes_downloaded?
Some searches show aiohttp.ClientResponse.content.total_bytes does that, but it is not documented, and from my testing it is the size of decompressed data.
Beta Was this translation helpful? Give feedback.
All reactions