]> git.proxmox.com Git - mirror_novnc.git/commit
Don't delay WebSocket flushing
authorPierre Ossman <ossman@cendio.se>
Fri, 3 Feb 2017 16:11:39 +0000 (17:11 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 3 Feb 2017 16:12:41 +0000 (17:12 +0100)
commitd2467189f5a757ca9354d25217f1248234814e44
tree5c5e1fbe9526e207f6c5f82784ec93d7625142e5
parent84b05d24b0b7cfeb9c19684909b25dbd35c41a90
Don't delay WebSocket flushing

The native WebSocket is in a much better position to do queue
management than us. We also failed to check the return value and
set up a timer, causing stalls.

This gets us in sync with websockify as of 40238b00.
core/websock.js