mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-06 20:32:59 +00:00
Fix breakpad client build.
- Was broken by a rename in http upload util code. Change-Id: I72c275fe45638c83e535901e79817893b00ee62e Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1673138 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
@@ -68,7 +68,7 @@ ReportResult CrashReportSender::SendCrashReport(
|
|||||||
}
|
}
|
||||||
|
|
||||||
int http_response = 0;
|
int http_response = 0;
|
||||||
bool result = HTTPUpload::SendRequest(
|
bool result = HTTPUpload::SendMultipartPostRequest(
|
||||||
url, parameters, files, NULL, report_code,
|
url, parameters, files, NULL, report_code,
|
||||||
&http_response);
|
&http_response);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user