You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Cleanup, CHANGELOG
This commit is contained in:
@@ -58,7 +58,7 @@ class HTTPResponse(HTTPMessage):
|
||||
"""A `requests.models.Response` wrapper."""
|
||||
|
||||
def __iter__(self):
|
||||
mb = 1024 * 1000
|
||||
mb = 1024 * 1024
|
||||
return self._orig.iter_content(chunk_size=2 * mb)
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user