Merge "crash_sender: Properly handle curl errors"
am: ef3c85a027
* commit 'ef3c85a027fa0c68e247fdc7853325ff5da325d5':
crash_sender: Properly handle curl errors
This commit is contained in:
commit
19343ebddf
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ send_crash() {
|
|||
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}" \
|
||||
|
|
Loading…
Reference in a new issue