modifié: superTornado.py
This commit is contained in:
parent
f1e370ab1a
commit
4d78da2c21
@ -115,8 +115,8 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
|
|||||||
|
|
||||||
def on_close(self):
|
def on_close(self):
|
||||||
print "->Websocket closed"
|
print "->Websocket closed"
|
||||||
dc = httplib.HTTPConnection("127.0.0.1", 80)
|
""""dc = httplib.HTTPConnection("127.0.0.1", 80)
|
||||||
dc.request("POST", "/disconnection")
|
dc.request("POST", "/disconnection")"""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user