mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 20:14:20 +01: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:
parent
6ca3f8bbe5
commit
c11646e643
@ -68,7 +68,7 @@ ReportResult CrashReportSender::SendCrashReport(
|
||||
}
|
||||
|
||||
int http_response = 0;
|
||||
bool result = HTTPUpload::SendRequest(
|
||||
bool result = HTTPUpload::SendMultipartPostRequest(
|
||||
url, parameters, files, NULL, report_code,
|
||||
&http_response);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user