diff --git a/src/client/pxar_backup_stream.rs b/src/client/pxar_backup_stream.rs index f7a57ca9..8258229f 100644 --- a/src/client/pxar_backup_stream.rs +++ b/src/client/pxar_backup_stream.rs @@ -19,8 +19,6 @@ use crate::tools::wrapped_reader_stream::WrappedReaderStream; /// The hyper client needs an async Stream for file upload, so we /// spawn an extra thread to encode the .pxar data and pipe it to the /// consumer. -/// -/// Note: The currect implementation is not fully ansync and can block. pub struct PxarBackupStream { stream: Option>, child: Option>,