mirror of
https://github.com/asherkin/accelerator.git
synced 2025-12-06 18:08:30 +00:00
Some checks failed
CI / cache (push) Has been cancelled
CI / Build (clang, clang++, ubuntu-22.04, true, accelerator_linux) (push) Has been cancelled
CI / Build (clang, clang++, ubuntu-latest, false, none) (push) Has been cancelled
CI / Build (msvc, msvc, windows-latest, true, accelerator_windows) (push) Has been cancelled
14 lines
414 B
Diff
14 lines
414 B
Diff
diff --git a/src/common/windows/http_upload.cc b/src/common/windows/http_upload.cc
|
|
index bd48a233..cd12a24e 100644
|
|
--- a/src/common/windows/http_upload.cc
|
|
+++ b/src/common/windows/http_upload.cc
|
|
@@ -536,7 +536,7 @@ namespace {
|
|
return false;
|
|
}
|
|
}
|
|
- request_body->append("--" + boundary_str + "--\r\n");
|
|
+ request_body->append("\r\n--" + boundary_str + "--\r\n");
|
|
return true;
|
|
}
|
|
}
|