Merge pull request #1007 from furious-luke/master
Call connection_open after websocket handshake
This commit is contained in:
commit
098cd70e82
|
@ -90,4 +90,5 @@ class WebSocketProtocol(HttpProtocol):
|
||||||
)
|
)
|
||||||
self.websocket.subprotocol = subprotocol
|
self.websocket.subprotocol = subprotocol
|
||||||
self.websocket.connection_made(request.transport)
|
self.websocket.connection_made(request.transport)
|
||||||
|
self.websocket.connection_open()
|
||||||
return self.websocket
|
return self.websocket
|
||||||
|
|
Loading…
Reference in New Issue
Block a user