From 38bf0d3f11174eca03b0a4aee2ba0146cb347b53 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 29 Sep 2020 03:40:32 -0400 Subject: [PATCH] Initialize mReplyRetryAfter variable in HttpOpRequest --- indra/llcorehttp/_httpoprequest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llcorehttp/_httpoprequest.cpp b/indra/llcorehttp/_httpoprequest.cpp index e73d8efdf0e..d6fd4669c75 100644 --- a/indra/llcorehttp/_httpoprequest.cpp +++ b/indra/llcorehttp/_httpoprequest.cpp @@ -147,6 +147,7 @@ HttpOpRequest::HttpOpRequest() mReplyLength(0), mReplyFullLength(0), mReplyHeaders(), + mReplyRetryAfter(0), mPolicyRetries(0), mPolicy503Retries(0), mPolicyRetryAt(HttpTime(0)), -- GitLab