Comment 10 for bug 1619675

Revision history for this message
Vinicius G Ferreira (vini-g-fer) wrote :

The

checksum = self.checksum

change suggested by Cyril is really such an ugly workaround? Another alternative I believe would be good: perform the MD5 check only if we actually receive the Content-MD5 header (without throwing any exception). I know it's not ideal. That's why I'm asking about the

checksum = self.checksum

solution.