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

Unified Diff: net/log/net_log_event_type_list.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: fix build 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
« no previous file with comments | « net/http/http_network_transaction_ssl_unittest.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index 24d0ad4a113983a14d99e607b4d9a73bb9571042..4b9bdf9174ec7e5f871cb211794cbcd481fcccdf 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -532,17 +532,6 @@ EVENT_TYPE(SSL_HANDSHAKE_ERROR)
EVENT_TYPE(SSL_READ_ERROR)
EVENT_TYPE(SSL_WRITE_ERROR)
-// An SSL connection needs to be retried with a lower protocol version because
-// the server may be intolerant of the protocol version we offered.
-// The following parameters are attached to the event:
-// {
-// "host_and_port": <String encoding the host and port>,
-// "net_error": <Net integer error code>,
-// "version_before": <SSL version before the fallback>,
-// "version_after": <SSL version after the fallback>,
-// }
-EVENT_TYPE(SSL_VERSION_FALLBACK)
-
Ryan Sleevi 2016/06/24 18:51:26 Do we need to preserve these IDs in any meaningful
eroman 2016/06/24 18:56:07 No, there is no need to preserve IDs. Legacy log f
// An SSL connection needs to be retried with more cipher suites because the
// server may require a deprecated cipher suite. The following parameters are
// attached to the event:
« no previous file with comments | « net/http/http_network_transaction_ssl_unittest.cc ('k') | net/socket/client_socket_pool_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698