]> source.dussan.org Git - tigervnc.git/commit
Fix some incorrect data waits
authorPierre Ossman <ossman@cendio.se>
Tue, 2 Mar 2021 12:16:34 +0000 (13:16 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 2 Mar 2021 12:16:34 +0000 (13:16 +0100)
commitdaeff52b1e0047ec7f0cd137bc7218f35e81ea20
tree5f3a169c046533ff5f9917d48d10abfccb3fef2e
parentd6e39658ae105fca2cfe37ba736dbf0e8d8356af
Fix some incorrect data waits

Some of these were incorrectly calculated so the server or client would
wait too long before proceeding with decoding.

Change all of these to be a more explicit calculation to avoid such
issues in the future.
common/rfb/CMsgReader.cxx
common/rfb/SMsgReader.cxx