add context to background nc

This commit is contained in:
Markus Unterwaditzer
2026-02-23 14:56:37 +01:00
committed by Will Greenberg
parent 7b97ffc01d
commit 301107be6c

View File

@@ -147,7 +147,10 @@ pub async fn telnet_send_file(
drop(stream);
}
handle.await??
handle
.await
.context("background nc writer failed")?
.context("background nc writer failed")?
};
let checksum = md5::compute(payload);