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

#96 - fix call of server handle in Gevents Hub context #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

#96 - fix call of server handle in Gevents Hub context #132

wants to merge 1 commit into from

Commits on May 4, 2015

  1. Fix call of server handle in Gevents Hub context

    Before that patch, request handler of the server was executed in
    Gevents Hub context. Which is wrong, because inside it it is
    impossible to use Gevent blocking API, and servers handle uses it.
    
    This patch fixed it - instead of overriding `do_handle` method, which is not
    supposed to be overriden, server just uses public interface of StreamServer
    and passes handle to it's init.
    AndreiPashkin committed May 4, 2015
    Configuration menu
    Copy the full SHA
    a2942eb View commit details
    Browse the repository at this point in the history