diff options
Diffstat (limited to 'module/lib/mod_pywebsocket/_stream_hixie75.py')
-rw-r--r-- | module/lib/mod_pywebsocket/_stream_hixie75.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/lib/mod_pywebsocket/_stream_hixie75.py b/module/lib/mod_pywebsocket/_stream_hixie75.py index c84ca6e07..94cf5b31b 100644 --- a/module/lib/mod_pywebsocket/_stream_hixie75.py +++ b/module/lib/mod_pywebsocket/_stream_hixie75.py @@ -32,7 +32,8 @@ protocol version HyBi 00 and Hixie 75. Specification: -http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00 +- HyBi 00 http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00 +- Hixie 75 http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-75 """ |