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

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/http/http_stream_factory_impl_job.cc » ('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 NextProtoStatus of proto>,
agl 2011/12/05 16:38:10 <The NPN status ("negotiated", "unsupported", "no-
ramant (doing other things) 2011/12/05 19:03:28 Done.
+// "proto": <String of the proto negotiated>,
agl 2011/12/05 16:38:10 <The NPN protocol negotiated>
ramant (doing other things) 2011/12/05 19:03:28 Done.
+// "server_proto": <String of the server proto>,
agl 2011/12/05 16:38:10 The list of server advertised protocols
agl 2011/12/05 16:38:10 s/server_proto/server_protos/
ramant (doing other things) 2011/12/05 19:03:28 Done.
ramant (doing other things) 2011/12/05 19:03:28 Done.
+// }
+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/http/http_stream_factory_impl_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698