modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 09:14:32 +01:00
parent f1e370ab1a
commit 4d78da2c21
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ class WSocketHandler(BaseHandler,tornado.websocket.WebSocketHandler):
def on_close(self):
print "->Websocket closed"
dc = httplib.HTTPConnection("127.0.0.1", 80)
dc.request("POST", "/disconnection")
""""dc = httplib.HTTPConnection("127.0.0.1", 80)
dc.request("POST", "/disconnection")"""