This commit is contained in:
rustdesk 2023-04-29 12:50:17 +08:00
parent a49b8177b8
commit 96560d9199

View File

@ -848,7 +848,6 @@ pub async fn post_request(url: String, body: String, header: &str) -> ResultType
#[cfg(target_os = "linux")]
{
let mut data = vec![
"curl",
"-sS",
"-X",
"POST",