mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix dangling whitespace
This commit is contained in:
parent
38d9643d5e
commit
4ce6aa4ba7
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ class HTTPResponse(io.RawIOBase):
|
|||
break
|
||||
except ValueError:
|
||||
raise IncompleteRead(bytes(b[0:total_bytes]))
|
||||
|
||||
|
||||
if len(mvb) < chunk_left:
|
||||
n = self._safe_readinto(mvb)
|
||||
self.chunk_left = chunk_left - n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue