LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.07k stars 481 forks source link

README.md indicates LibVNCServer supports Zlibhex, but it doesn't #609

Closed jcaselman-keysight closed 3 months ago

jcaselman-keysight commented 3 months ago

Describe the bug The Encodings table in the readme indicates that libvncserver supports ZlibHex: image but I have not been able to get the examples to to use it with our client, and looking through the code, rfbEncodingZlibHex doesn't appear to really be used (recognized in a few places, but I don't see any processing for it)

bk138 commented 3 months ago

Thanks for spotting, fixed.