pub async fn read_reply<S>( stream: &mut S, ) -> Result<(Address, Vec<SocksOption>)>where S: AsyncRead + Unpin,
Reads a SOCKS6 reply from the stream.