]> git.proxmox.com Git - mirror_novnc.git/commit
Implicitly flush Websock if needed
authorPierre Ossman <ossman@cendio.se>
Tue, 30 May 2023 18:32:31 +0000 (20:32 +0200)
committerPierre Ossman <ossman@cendio.se>
Sun, 4 Jun 2023 20:32:43 +0000 (22:32 +0200)
commitccef89f55651e083fc2e818a251d09ff0bf9e75a
treeb044bc540dc3d9e1f47277318e1c137b3d8e48e6
parentf8b65f9fe140ef194e166ca4867d2ae49e8daab3
Implicitly flush Websock if needed

Callers shouldn't have to deal with the internal buffering limits of
Websock, so implicitly flush the buffer if more room is needed.
core/rfb.js
core/websock.js
tests/test.websock.js