diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-06 22:34:36 +0100 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-06 22:34:36 +0100 |
| commit | 4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d (patch) | |
| tree | 4f50b9c8e4b01cfa2707983f9bbf9dd0ede9a09f /Lib/http/client.py | |
| parent | 38d9643d5e225dd7c342c6ccaae3e6e01f705e91 (diff) | |
| download | cpython-git-4ce6aa4ba7b5cf4ab48319e873d5afdb4660c76d.tar.gz | |
Fix dangling whitespace
Diffstat (limited to 'Lib/http/client.py')
| -rw-r--r-- | Lib/http/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/http/client.py b/Lib/http/client.py index 70625699b9..24feae8e3e 100644 --- a/Lib/http/client.py +++ b/Lib/http/client.py @@ -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 |
