K 10 svn:author V 8 tcberner K 8 svn:date V 27 2020-10-17T05:42:15.070356Z K 7 svn:log V 442 net/liveMedia: update to 2020.10.16 2020.10.16: - Changed "TLSState::read()" to treat any "SSL_read()" result of <=0 as if the TLS connection has closed (unless the error was SSL_ERROR_WANT_READ). This fixes a problem that could cause 100% CPU usage in RTSP client applications. (Thanks to Larry Wu for reporting this.) - Updated "TLSState::setup()" to use "TLS_client_method()" instead of the (deprecated) "SSLv23_client_method()". END