Retry on HTTP 502

pull/1038/head
nicolov 2017-10-22 14:25:01 -07:00 committed by GitHub
parent 450b4f467f
commit 07754e36e6
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ bool HttpSkipResponseCommand::processResponse()
}
throw DL_RETRY_EX2(MSG_RESOURCE_NOT_FOUND,
error_code::RESOURCE_NOT_FOUND);
case 502:
case 503:
// Only retry if pretry-wait > 0. Hammering 'busy' server is not
// a good idea.