mirror of https://github.com/zulip/zulip.git
runtornado: Mark block of get_response modified from the original Django.
(imported from commit 383d6960f0043175c026956e1724ec1d1157767b)
This commit is contained in:
parent
ade7146cd9
commit
419e153422
|
@ -246,6 +246,7 @@ class AsyncDjangoHandler(tornado.web.RequestHandler, base.BaseHandler):
|
||||||
if response:
|
if response:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
### THIS BLOCK MODIFIED BY HUMBUG
|
||||||
if response is None:
|
if response is None:
|
||||||
from ...decorator import RespondAsynchronously
|
from ...decorator import RespondAsynchronously
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue