Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert proxy handler from callback to coroutine #937

Merged
merged 1 commit into from
Jan 18, 2019

Commits on Jan 2, 2019

  1. Convert proxy handler from callback to coroutine

    According to the tornado docs, the web.asynchronous decorator is
    deprecated in 5.1 and will be removed in 6.0. There's no direct
    suggested replacement; it just says to use coroutines instead.
    takluyver committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    d39828b View commit details
    Browse the repository at this point in the history