K 10 svn:author V 8 tcberner K 8 svn:date V 27 2020-01-22T05:27:52.550654Z K 7 svn:log V 453 net/liveMedia: update to 2020.01.19 2020.01.19: - Updated "TLSState::read()" to allow for "SSL_read()" 'failing' with a SSL_ERROR_WANT_READ error code. If this happens, we just pretend to succeed, but returning a read count of 0. Fortunately, "RTSPClient" (the only code that calls "TLSState::read()" will handle this OK, and the read will get recalled again when ready. - Minor improvements to the output of the "mikeyParse" demo application. END