deflate-encoded content will fail md5 checksum #37
Labels
download
priority: p2
Moderately-important priority. Fix may not be included in next release.
requests-transport
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
#36 fixes the problem of MD5 checksum failures when content was stored with content-encoding:gzip, but we will have a similar problem for content with content-encoding:deflate because that fix only monkey patches the decoder for the gzip case.
Two options:
(Side note: I've read that deflate is somewhat more CPU efficient than gzip, which I think is more of a concern for browsers in general.)
The text was updated successfully, but these errors were encountered: