We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb07ad6 commit b7b6b6bCopy full SHA for b7b6b6b
google/cloud/storage/_media/requests/download.py
@@ -140,6 +140,7 @@ def _write_to_stream(self, response):
140
self._stream.write(content)
141
self._bytes_downloaded += len(content)
142
local_checksum_object.update(content)
143
+ response._content_consumed = True
144
else:
145
body_iter = response.iter_content(
146
chunk_size=_request_helpers._SINGLE_GET_CHUNK_SIZE,
0 commit comments