tornado-proxy icon indicating copy to clipboard operation
tornado-proxy copied to clipboard

Support Tornado 6

Open honglei opened this issue 6 years ago • 1 comments

The @asynchronous handler was deprecated in 5.1 and removed in 6.0. Instead of using @asynchronous and callbacks, use coroutines (using either @tornado.gen.coroutine or async def) instead.

honglei avatar Jun 11 '19 02:06 honglei

can you help to make a pr?

5alt avatar Jun 13 '19 13:06 5alt