1 <div id=http-pipeline-view-tab-content class=content-box
>
2 <ul style='margin-top:
0'
>
3 <li>HTTP Pipelining Enabled:
4 <span id=http-pipeline-view-enabled-span
jscontent=
"pipelining_enabled"></span></li>
7 <h4>HTTP Pipelined Connections
</h4>
8 <!-- Only one of these two are shown -->
9 <div jsdisplay=
"pipelined_connection_info.length == 0">None
</div>
10 <div jsdisplay=
"pipelined_connection_info.length != 0">
11 <a href=
"#events&q=type:HTTP_PIPELINED_CONNECTION%20is:active">View live HTTP pipelined connections
</a>
13 <table class=
"styled-table">
26 <tr jsselect=
"Array.prototype.concat.apply([], pipelined_connection_info)">
27 <td jscontent=
"host"></td>
28 <td jscontent=
"!!$this.forced"></td>
29 <td jscontent=
"depth"></td>
30 <td jscontent=
"capacity"></td>
31 <td jscontent=
"usable"></td>
32 <td jscontent=
"active"></td>
33 <td><a jsvalues=
".href: '#events&q=id:' + source_id" jscontent=
"source_id"></a></td>
41 <!-- Only one of these two are shown -->
42 <div jsdisplay=
"pipelined_host_info.length == 0">None
</div>
43 <div jsdisplay=
"pipelined_host_info.length != 0">
44 <table class=
"styled-table">
48 <th>Pipelining Capability
</th>
51 <tbody id=http-pipeline-view-known-hosts-table
>
52 <tr jsselect=
"pipelined_host_info">
53 <td jscontent=
"host"></td>
54 <td jscontent=
"capability"></td>