]> git.proxmox.com Git - mirror_novnc.git/commit - core/rfb.js
Handle sending large clipboards
authorSamuel Mannehed <samuel@cendio.se>
Fri, 4 May 2018 14:21:27 +0000 (16:21 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Mon, 7 May 2018 11:02:51 +0000 (13:02 +0200)
commit2bb8b28d786f158bc183b15473be33e12830e29f
treecd023066e6c58c20a30e9e6d7533d25d4fae5533
parent43bbaa8d6e6e2464ecfc78a453ae7782eace984c
Handle sending large clipboards

Pasting clipboard texts that were larger than 10240 bytes didnt work and
caused a crash in noVNC. This commit fixes the crash and adds handling
for sending large clipboard texts. Fixes issue #1065.
core/rfb.js
tests/test.rfb.js