summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-06-30 20:39:41 -0500
committerJoel Martin <github@martintribe.org>2010-06-30 20:39:41 -0500
commit1eba7b4279494231b379f7855b07c8b72c013339 (patch)
treee62086840d959b26386cb0101c226e6b6885d434 /docs
parent5235b29ddfd67c5e440a86523e332fb5555db31a (diff)
downloadwebsockify-1eba7b4279494231b379f7855b07c8b72c013339.tar.gz
Update C proxy to WS protocol version 76.
Pull in LGPL md5.c and md5.h files (written by Ulrich Drepper). Now both python and C version of the proxy support both protocol 75 and protocol 76 (hybi 00). Reorganize websocket.py slightly to match websocket.c.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index bf8a5d9..2e297f3 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -4,7 +4,7 @@ Short Term:
- Support Opera 10.60 (WebSocket frames dropped).
-- Possibly support IE <= 8.0 using excanvas of fxcanvas:
+- Possibly support IE <= 8.0 using excanvas or fxcanvas:
http://excanvas.sourceforge.net/
http://code.google.com/p/fxcanvas/