websocket handshake problem

后端 未结 2 2195
孤城傲影
孤城傲影 2021-02-06 08:32

I\'m using python to implement a simple websocket server. The handshake I\'m using comes from http://en.wikipedia.org/w/index.php?title=WebSockets&oldid=372387414.

T

2条回答
  •  难免孤独
    2021-02-06 08:43

    As of Version 8, this protocol is deprecated please refer to:

    http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-12.txt

    for the new version of the protocol.

提交回复
热议问题