pub async fn read_handshake(stream: &mut TcpStream) -> Result<(), ProtocolError>Expand description
Read and validate the 1-byte handshake response.
pub async fn read_handshake(stream: &mut TcpStream) -> Result<(), ProtocolError>Read and validate the 1-byte handshake response.