• Stefy Lanza (nextime / spora )'s avatar
    Fix critical VNC pipe bug and add debug logging · 8545d971
    Stefy Lanza (nextime / spora ) authored
    - Fix pipe handling in vnc.c: was writing to read end instead of write end
    - Add separate read_fd/write_fd fields to vnc_session_t struct
    - Add debug logging for VNC data exchange in websocket handler
    - Add hex dump logging for VNC pipe communication
    
    This resolves the 'Wrote -1 bytes to pipe' error that was preventing
    VNC connections from working properly.
    8545d971
vnc.c 8 KB