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 6b35b51 commit 94e7aceCopy full SHA for 94e7ace
lib/urequests/urequests.py
@@ -63,7 +63,7 @@ def read(self, sz=16 * 1024):
63
def content(self):
64
if self._cached is None:
65
try:
66
- if serf._chunked_response:
+ if self._chunked_response:
67
while True:
68
data = self.read()
69
if data == b"":
0 commit comments