commit | ef3c85a027fa0c68e247fdc7853325ff5da325d5 | [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 | 76e9236a42d8652f46cc690e4fdb7636d5e8386f [diff] | |
parent | 918b936f58efcf43608d81bc8c173ec08dca8e49 [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}" \