mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:37:17 +03:00
Format lib/multi.c
Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com>
This commit is contained in:
parent
97aa3f8846
commit
a353d120d3
1 changed files with 4 additions and 4 deletions
|
|
@ -2660,10 +2660,10 @@ statemachine_end:
|
|||
/* maybe retry if altsvc is breaking */
|
||||
#ifndef CURL_DISABLE_ALTSVC
|
||||
if(data->asi && data->asi->used &&
|
||||
Curl_is_altsvc_error(result) &&
|
||||
!(data->asi->flags & CURLALTSVC_NO_RETRY) &&
|
||||
data->mstate <= MSTATE_PROTOCONNECTING &&
|
||||
data->mstate >= MSTATE_CONNECT) {
|
||||
Curl_is_altsvc_error(result) &&
|
||||
!(data->asi->flags & CURLALTSVC_NO_RETRY) &&
|
||||
data->mstate <= MSTATE_PROTOCONNECTING &&
|
||||
data->mstate >= MSTATE_CONNECT) {
|
||||
|
||||
infof(data, "Alt-Svc connection failed(%u). "
|
||||
"Retrying with another target", result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue