Skip to content

Commit 54fead8

Browse files
committed
Mark RequestHandlerFactory.finish_connections.locals.cleanup() coroutine
1 parent 6198bae commit 54fead8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohttp/web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,7 @@ def finish_connections(self, timeout=None):
15441544
for handler in self._connections.keys():
15451545
handler.closing()
15461546

1547+
@asyncio.coroutine
15471548
def cleanup():
15481549
sleep = 0.05
15491550
while self._connections:

0 commit comments

Comments
 (0)