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
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.