We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78556e7 commit 32511c9Copy full SHA for 32511c9
components/brave_referrals/browser/brave_referrals_service.cc
@@ -626,6 +626,8 @@ void BraveReferralsService::InitReferral() {
626
referral_init_loader_->SetAllowHttpErrorResults(true);
627
referral_init_loader_->AttachStringForUpload(BuildReferralInitPayload(),
628
"application/json");
629
+ referral_init_loader_->SetRetryOptions(
630
+ 1, network::SimpleURLLoader::RetryMode::RETRY_ON_NETWORK_CHANGE);
631
referral_init_loader_->DownloadToString(
632
loader_factory,
633
base::BindOnce(&BraveReferralsService::OnReferralInitLoadComplete,
0 commit comments