• Vagn Johansen's avatar
    Set FBU.bytes to 1 in encHandlers.COPYRECT · 9f554fcd
    Vagn Johansen authored
    FBU.bytes must be set before return false to indicate that the FBU
    header has been read. If not set then "if (FBU.bytes == 0) { ..}"
    in framebufferUpdate will be entered and the copyrect header will
    be interpreted as a new FBU leading to a "unsupported encoding"
    disconnect error.
    9f554fcd
rfb.js 58.9 KB