Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / net / proxy / proxy_retry_info.h
index 0d073b9..a36fcd9 100644 (file)
@@ -24,6 +24,11 @@ struct ProxyRetryInfo {
 
   // True if this proxy should be considered even if still bad.
   bool try_while_bad;
+
+  // The network error received when this proxy failed, or |OK| if the proxy
+  // was added to the retry list for a non-network related reason. (e.g. local
+  // policy).
+  int net_error;
 };
 
 // Map of proxy servers with the associated RetryInfo structures.