Hello Roberto,

sorry, found answer by myself. just so code can check connection
status in this way.

    # check connection status
    try:
        c_ok = True
        s.getpeername()
    except socket.error, why:
        c_ok = False

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to