]> source.dussan.org Git - tigervnc.git/commit
Abort unsafe lossless refresh early
authorPierre Ossman <ossman@cendio.se>
Fri, 23 Nov 2018 16:48:02 +0000 (17:48 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 23 Nov 2018 16:48:02 +0000 (17:48 +0100)
commit812da460cfbd147a7fe0e8b480d1bd5c43f41661
tree83b13cc6f69d03d66b785454bf169889b970bf72
parentb65feda060e4880f38479738c066c7821f2c006e
Abort unsafe lossless refresh early

We need to check earlier if we are going to send this refresh or
not. Otherwise we send out pings pointlessly, and we also stall
the request loop with a client as we clear the requested region
without actually sending an update message.
common/rfb/VNCSConnectionST.cxx