Skip to content

Commit

Permalink
bugfix in websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Jun 16, 2012
1 parent 2a09335 commit 02a4e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclone/websocket.py
Expand Up @@ -155,7 +155,7 @@ def acceptConnection(self):
(accept, cyclone.version, origin,
self.request.host, self.request.path))

self.hanler._connectionMade()
self.handler._connectionMade()

def rawDataReceived(self, data):

Expand Down

0 comments on commit 02a4e64

Please sign in to comment.