Chromium Code Reviews| 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 |
| // ------------------------------------------------------------------------ |