commit | da611b44f208bc35ef6bb7fef63ed95eedda1697 | [log] [tgz] |
---|---|---|
author | Steve Fung <stevefung@google.com> | Tue Oct 27 21:56:06 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 27 21:56:06 2015 +0000 |
tree | e94b7a6bc05a645a23a31409d909fc457b486ba4 | |
parent | c1e7e8135f292c82d381a311397ab4678aca7c79 [diff] | |
parent | e284fac946ee27caaf227d7b7fb7000172a91b67 [diff] |
Merge "crash_sender: Properly handle curl errors"
diff --git a/crash_reporter/crash_sender b/crash_reporter/crash_sender index 5b859a8..b24465d 100755 --- a/crash_reporter/crash_sender +++ b/crash_reporter/crash_sender
@@ -446,7 +446,7 @@ local curl_stderr="${TMP_DIR}/curl_stderr" set +e - curl "${url}" -v ${proxy:+--proxy "$proxy"} \ + curl "${url}" -f -v ${proxy:+--proxy "$proxy"} \ --capath "${RESTRICTED_CERTIFICATES_PATH}" --ciphers HIGH \ -F "prod=${product}" \ -F "ver=${version}" \