Skip to content

Commit

Permalink
Cookie endpoint issue was solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrrr committed Sep 10, 2012
1 parent 4a5aa82 commit fc8636b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tornadio2/session.py
Expand Up @@ -302,8 +302,6 @@ def connect_endpoint(self, url):


self.send_message(proto.connect(endpoint)) self.send_message(proto.connect(endpoint))


args = urlparse.parse_qs(urldata.query)

if conn.on_open(self.info) == False: if conn.on_open(self.info) == False:
self.disconnect_endpoint(endpoint) self.disconnect_endpoint(endpoint)


Expand Down

0 comments on commit fc8636b

Please sign in to comment.