pub async fn write_no_authentication<S>(stream: &mut S) -> Result<()>where S: AsyncWrite + Unpin,
Writes a reply to indicate no authentication is needed.