pub(crate) async fn make_request( host: &str, stream: impl AsyncRead + AsyncWrite + Unpin + Send + 'static, ) -> Result<()>