Skip to content
Snippets Groups Projects
Commit 38bf0d3f authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Initialize mReplyRetryAfter variable in HttpOpRequest

parent a5a15b60
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ HttpOpRequest::HttpOpRequest() ...@@ -147,6 +147,7 @@ HttpOpRequest::HttpOpRequest()
mReplyLength(0), mReplyLength(0),
mReplyFullLength(0), mReplyFullLength(0),
mReplyHeaders(), mReplyHeaders(),
mReplyRetryAfter(0),
mPolicyRetries(0), mPolicyRetries(0),
mPolicy503Retries(0), mPolicy503Retries(0),
mPolicyRetryAt(HttpTime(0)), mPolicyRetryAt(HttpTime(0)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment