diff --git a/indra/llcorehttp/_httpoprequest.cpp b/indra/llcorehttp/_httpoprequest.cpp
index e73d8efdf0e7ab1c9531309becdc1c58044713be..d6fd4669c757490cb6e1efb8ec987f00faa62bb0 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)),