K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-02-27T16:51:41.332528Z K 7 svn:log V 306 Use stream_read() to read all 12 bytes of the RFB client version. read() can return a short read, whereas stream_read() waits until the full version string is read. Submitted by: Ka Ho Ng Reviewed by: grehan MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D23591 END