googleapis / google-resumable-media-python

Apache License 2.0
45 stars 47 forks source link

fix: add a check for partial response data #435

Closed cojenco closed 4 months ago

cojenco commented 4 months ago

Handle corner cases of incomplete downloads with a 200 response code. These are rare cases when a download is prematurely terminated due to network stability or bandwidth throttling etc, but does not result in connection reset errors. The library will

Add more context to checksum mismatch error message that will help with debugging

Fixes internal b/278011003

danielduhh commented 4 months ago

Is this good to merge? @cojenco