Reap websockify zombies. Add IE9 fix for websock.js.

Reap websockify zombies. Fixes:
https://github.com/kanaka/noVNC/issues#issue/47. Thanks NeilW.

Changes to get web-socket-js to work with IE9. Right now it's a hack to get
around: https://github.com/gimite/web-socket-js/issues#issue/41. The hack is to
disable caching of the flash objects by appending "?" + Math.random() to the
end of the flash object path (but only when using IE).
This commit is contained in:
Joel Martin
2011-01-31 10:34:42 -06:00
parent 58995c6f10
commit 0a2f850267
3 changed files with 20 additions and 3 deletions
+6
View File
@@ -3,3 +3,9 @@
- create gevent version:
http://nichol.as/benchmark-of-python-web-servers
http://n01se.net/paste/QXO
- Need at least libevent-1.4 (i.e. not 9.04 Jaunty)
sudo aptitude install python-dev libevent-dev python-setuptools
sudo easy_install gevent