This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaswdr
Recipients jaswdr, tkruse, xtreak
Date 2021-07-01.18:31:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625164264.36.0.577882090588.issue34629@roundup.psfhosted.org>
In-reply-to
Content
Hello @tkruse, I have made some research and found that when using the Chunked transfer encoding [1], each chunk is preceded by its size in bytes, something that really happen if you check the content of one downloaded file from the example you provided [2]. So far, I would say that this is not a bug, it is just how the transfer encoding works.

[1]: https://en.wikipedia.org/wiki/Chunked_transfer_encoding
[2]: https://gist.github.com/jaswdr/95b2adc519d986c00b17f6572d470f2a
History
Date User Action Args
2021-07-01 18:31:04jaswdrsetrecipients: + jaswdr, xtreak, tkruse
2021-07-01 18:31:04jaswdrsetmessageid: <1625164264.36.0.577882090588.issue34629@roundup.psfhosted.org>
2021-07-01 18:31:04jaswdrlinkissue34629 messages
2021-07-01 18:31:04jaswdrcreate