1 <div id=spdy-view-tab-content class=content-box
>
2 <ul id=spdy-view-status style='margin-top:
0'
>
3 <li>HTTP/
2 Enabled:
<span jscontent=
"spdy_enabled"></span></li>
4 <!-- "use_alternative_service" is used here since release 46, see
5 https://crrev.com/1268313004. "use_alternate_protocols" is here to
6 support importing netlog json files from earlier browsers.
7 TODO(bnc): Deprecate around 2016 February. -->
8 <li>Use Alternative Service:
<span jscontent=
"$this.use_alternative_services || $this.use_alternate_protocols"></span></li>
9 <li>Next Protocols:
<span jscontent=
"next_protos"></span></li>
12 <h4>HTTP/
2 sessions
</h4>
13 <div id=spdy-view-session-info
>
14 <!-- Only one of these two are shown -->
15 <div jsdisplay=
"spdySessionInfo.length == 0">None
</div>
16 <div jsdisplay=
"spdySessionInfo.length != 0">
17 <a href=
"#events&q=type:HTTP2_SESSION%20is:active">View live HTTP/
2 sessions
</a>
19 <table class=
"styled-table">
25 <th>Protocol Negotiated
</th>
26 <th>Active streams
</th>
27 <th>Unclaimed pushed
</th>
31 <th>Pushed and claimed
</th>
33 <th>Received frames
</th>
35 <th>Sent settings
</th>
36 <th>Received settings
</th>
38 <th>Receive window
</th>
39 <th>Unacked received data
</th>
44 <tr jsselect=
"spdySessionInfo">
45 <td><span jscontent=
"host_port_pair"></span>
46 <span jscontent=
"$this.aliases ? $this.aliases.join(' ') : ''"></span>
48 <td jscontent=
"proxy"></td>
49 <td><a jsvalues=
".href: '#events&q=id:' + source_id" jscontent=
"source_id"></a></td>
50 <td jscontent=
"protocol_negotiated"></td>
51 <td jscontent=
"active_streams"></td>
52 <td jscontent=
"unclaimed_pushed_streams"></td>
53 <td jscontent=
"max_concurrent_streams"></td>
54 <td jscontent=
"streams_initiated_count"></td>
55 <td jscontent=
"streams_pushed_count"></td>
56 <td jscontent=
"streams_pushed_and_claimed_count"></td>
57 <td jscontent=
"streams_abandoned_count"></td>
58 <td jscontent=
"frames_received"></td>
59 <td jscontent=
"is_secure"></td>
60 <td jscontent=
"sent_settings"></td>
61 <td jscontent=
"received_settings"></td>
62 <td jscontent=
"send_window_size"></td>
63 <td jscontent=
"recv_window_size"></td>
64 <td jscontent=
"unacked_recv_window_bytes"></td>
65 <td jscontent=
"error"></td>
73 <h4>Alternative Service Mappings
</h4>
74 <div id=spdy-view-alternate-protocol-mappings
>
75 <div jsdisplay=
"spdyAlternateProtocolMappings.length == 0">None
</div>
76 <div jsdisplay=
"spdyAlternateProtocolMappings.length != 0">
77 <table class=
"styled-table">
81 <th>Alternative Service
</th>
85 <tr jsselect=
"spdyAlternateProtocolMappings">
86 <td jscontent=
"host_port_pair"></td>
87 <!-- "alternative_service" is used since release 43, see
88 https://crrev.com/1043973002. "alternate_protocol" is here
89 to support importing netlog json files from earlier browsers.
90 TODO(bnc): Deprecate around 2015 October. -->
91 <td jscontent=
"$this.alternative_service || $this.alternate_protocol"></td>