aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/converter_exe/converter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/converter_exe/converter.cc')
-rw-r--r--src/tools/windows/converter_exe/converter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/windows/converter_exe/converter.cc b/src/tools/windows/converter_exe/converter.cc
index 23216f92..6c30b270 100644
--- a/src/tools/windows/converter_exe/converter.cc
+++ b/src/tools/windows/converter_exe/converter.cc
@@ -229,7 +229,7 @@ static bool UploadSymbolFile(const wstring &upload_symbol_url,
files[L"symbol_file"] = converted_file_w;
FprintfFlush(stderr, "Uploading %s\n", converted_file.c_str());
- if (!HTTPUpload::SendRequest(
+ if (!HTTPUpload::SendMultipartPostRequest(
upload_symbol_url, parameters,
files, NULL, NULL, NULL)) {
FprintfFlush(stderr, "UploadSymbolFile: HTTPUpload::SendRequest failed "