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 1e4e018 commit 8ac3cdfCopy full SHA for 8ac3cdf
steam/client/cdn.py
@@ -357,7 +357,7 @@ def read(self, length=-1):
357
chunk_end = chunk_start + chunk.cb_original
358
359
if ( chunk_start <= self.offset < chunk_end
360
- or (chunk_end, chunk_start > self.offset and end_offset > chunk_end)
+ or (chunk_start > self.offset and end_offset > chunk_end)
361
or chunk_start < end_offset <= chunk_end):
362
if start_offset is None:
363
start_offset = chunk.offset
0 commit comments