mirror of https://github.com/aria2/aria2
Merge 169b5284c4
into d372b788ec
commit
ddccd56839
|
@ -220,6 +220,7 @@ bool HttpSkipResponseCommand::processResponse()
|
||||||
}
|
}
|
||||||
throw DL_RETRY_EX2(MSG_RESOURCE_NOT_FOUND,
|
throw DL_RETRY_EX2(MSG_RESOURCE_NOT_FOUND,
|
||||||
error_code::RESOURCE_NOT_FOUND);
|
error_code::RESOURCE_NOT_FOUND);
|
||||||
|
case 500:
|
||||||
case 502:
|
case 502:
|
||||||
case 503:
|
case 503:
|
||||||
// Only retry if pretry-wait > 0. Hammering 'busy' server is not
|
// Only retry if pretry-wait > 0. Hammering 'busy' server is not
|
||||||
|
|
Loading…
Reference in New Issue