mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-27 01:54:46 -07:00
add context to background nc
This commit is contained in:
committed by
Will Greenberg
parent
7b97ffc01d
commit
301107be6c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user