Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: net/http/http_request_info.cc

Issue 137493008: Retry HttpNetworkTransactions upon receipt of ERR_NETWORK_CHANGED during host resolution and … Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Flush task queue before restart Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_request_info.cc
diff --git a/net/http/http_request_info.cc b/net/http/http_request_info.cc
index bffc96ccfaedc1b5cfbc5e3d6cd9e1ed472d54e9..bdf8e8b722c36400c6759814b0730bd5b4d950bb 100644
--- a/net/http/http_request_info.cc
+++ b/net/http/http_request_info.cc
@@ -10,7 +10,8 @@ HttpRequestInfo::HttpRequestInfo()
: upload_data_stream(NULL),
load_flags(0),
motivation(NORMAL_MOTIVATION),
- privacy_mode(kPrivacyModeDisabled) {
+ privacy_mode(kPrivacyModeDisabled),
+ max_automatic_retries_on_network_changes_(0) {
}
HttpRequestInfo::~HttpRequestInfo() {}

Powered by Google App Engine
This is Rietveld 408576698