Merge pull request #10297 from ZappoMan/retrySkeletonURL

format and spelling changes
This commit is contained in:
Chris Collins 2017-04-26 21:58:51 -07:00 committed by GitHub
commit 6ecbaff56e
2 changed files with 14 additions and 14 deletions

View file

@ -747,7 +747,7 @@ bool Resource::handleFailedRequest(ResourceRequest::Result result) {
_attempts++; _attempts++;
_attemptsRemaining--; _attemptsRemaining--;
qCDebug(networking) << "Retriable error while loading" << _url << "attempt:" << _attempts << "attemptsRemaining:" << _attemptsRemaining; qCDebug(networking) << "Retryable error while loading" << _url << "attempt:" << _attempts << "attemptsRemaining:" << _attemptsRemaining;
// retry with increasing delays // retry with increasing delays
const int BASE_DELAY_MS = 1000; const int BASE_DELAY_MS = 1000;