# Pastebin lqlSEir5 diff --git a/gertty/sync.py b/gertty/sync.py index ef343ab..3d730b1 100644 --- a/gertty/sync.py +++ b/gertty/sync.py @@ -1136,6 +1136,7 @@ class Sync(object): self.queue = MultiQueue([HIGH_PRIORITY, NORMAL_PRIORITY, LOW_PRIORITY]) self.result_queue = Queue.Queue() self.session = requests.Session() + self.session.stream = True if self.app.config.auth_type == 'basic': authclass = requests.auth.HTTPBasicAuth else: