]> source.dussan.org Git - tigervnc.git/commit
Handle pending data in TLS buffers
authorPierre Ossman <ossman@cendio.se>
Mon, 9 Dec 2019 15:57:04 +0000 (16:57 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 9 Dec 2019 15:57:04 +0000 (16:57 +0100)
commitec3899ecd1c49548b08dd38e1e7a93b4602328a8
tree39e87a8e272ed6cf53839f47e7c4fc286f061c8c
parent86f4f47365f61ccf6104973317af227d6166d7a0
Handle pending data in TLS buffers

There might be more bytes left in the current TLS record, even if
there is nothing on the underlying stream. Make sure we properly
return this when we aren't being requested to block.
common/rdr/TLSInStream.cxx