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

Unified Diff: net/base/net_log_event_type_list.h

Issue 8787011: Log server advertised protos and the selected (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | net/socket/ssl_client_socket.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
===================================================================
--- net/base/net_log_event_type_list.h (revision 112817)
+++ net/base/net_log_event_type_list.h (working copy)
@@ -800,6 +800,14 @@
// }
EVENT_TYPE(HTTP_STREAM_REQUEST_BOUND_TO_JOB)
+// Logs the protocol negotiated with the server. The event parameters are:
+// {
+// "status": <The NPN status ("negotiated", "unsupported", "no-overlap")>,
+// "proto": <The NPN protocol negotiated>,
+// "server_protos": <The list of server advertised protocols>,
+// }
+EVENT_TYPE(HTTP_STREAM_REQUEST_PROTO)
+
// ------------------------------------------------------------------------
// HttpNetworkTransaction
// ------------------------------------------------------------------------
« no previous file with comments | « no previous file | net/http/http_stream_factory_impl_job.cc » ('j') | net/socket/ssl_client_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698