summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbottle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bottle.py b/bottle.py
index f53fe7e..cc42077 100755
--- a/bottle.py
+++ b/bottle.py
@@ -3525,6 +3525,7 @@ class AiohttpServer(AsyncioServerAdapter):
protocol_factory = lambda: WSGIServerHttpProtocol(
handler,
readpayload=True,
+ loop=self.loop,
debug=(not self.quiet))
self.loop.run_until_complete(self.loop.create_server(protocol_factory,
self.host,