]> source.dussan.org Git - tigervnc.git/commit
Remove early data check for TLSInStream
authorPierre Ossman <ossman@cendio.se>
Thu, 10 Jun 2021 14:32:29 +0000 (16:32 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 11 Jun 2021 07:42:44 +0000 (09:42 +0200)
commitd1ad6b5c250d0bc4c43b4d9983badf8ce01b5747
treec0a0422c393671b81b537af146b6720b54618a5d
parentaa224673e44ba1346884b48e621dd1c8987c6828
Remove early data check for TLSInStream

Having this early check means that we somewhat randomly get different
exception behaviours on errors in deeper layers as some exceptions are
allowed to propagate unhindered and some are not (since they are thrown
in the pull function).
common/rdr/TLSInStream.cxx