summaryrefslogtreecommitdiff
path: root/tulip/http_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tulip/http_client.py')
-rw-r--r--tulip/http_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tulip/http_client.py b/tulip/http_client.py
index f01ee63..0a03d81 100644
--- a/tulip/http_client.py
+++ b/tulip/http_client.py
@@ -70,7 +70,6 @@ class StreamReader:
assert self.waiter is None
self.waiter = futures.Future()
yield from self.waiter
- continue
parts = []
while self.buffer:
data = self.buffer.popleft()