From abea76f09b6637f9574eeddd351d8e809822beef Mon Sep 17 00:00:00 2001 From: Nyo Date: Thu, 16 Jun 2016 13:29:37 +0200 Subject: [PATCH] .BANCHO. .FIX. finish() connections in ioloop thread --- handlers/mainHandler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/mainHandler.py b/handlers/mainHandler.py index bce32a8..7981139 100644 --- a/handlers/mainHandler.py +++ b/handlers/mainHandler.py @@ -217,7 +217,6 @@ class handler(SentryMixin, requestHelper.asyncRequestHandler): #finally: # self.finish() - @tornado.web.asynchronous @tornado.gen.engine def asyncGet(self):