You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Save checksum information from the original request if we haven't already - safe to assume that the checksum has been finalized, since we have sent and received a response
394
-
if (request.m_retryContext.m_requestHash.second == nullptr) {
394
+
RetryContext context = request.GetRetryContext();
395
+
if (context.m_requestHash == nullptr) {
395
396
auto originalRequestHash = httpRequest->GetRequestHash();
0 commit comments