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

Unified Diff: net/http/http_network_transaction.h

Issue 2099673003: Delete TLS version fallback code in net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fallback-die-die-die-2
Patch Set: update log_view_painter Created 4 years, 6 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_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index bb606d837b27ae313ec498cfe1f64ca38ac83871..87dc819ec619c8aa9faf3bde2428840429f1b021 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -330,12 +330,6 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
SSLConfig server_ssl_config_;
SSLConfig proxy_ssl_config_;
- // fallback_error_code contains the error code that caused the last TLS
- // fallback. If the fallback connection results in
- // ERR_SSL_INAPPROPRIATE_FALLBACK (i.e. the server indicated that the
- // fallback should not have been needed) then we use this value to return the
- // original error that triggered the fallback.
- int fallback_error_code_;
// Keys to use for signing message in Token Binding header.
std::unique_ptr<crypto::ECPrivateKey> provided_token_binding_key_;

Powered by Google App Engine
This is Rietveld 408576698