You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: version/release-candidate/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15127,7 +15127,7 @@ <h3 id="the-process-stats-object">The process stats object</h3>
15127
15127
<tr>
15128
15128
<td><strong>instance_ports</strong></td>
15129
15129
<td><em>object</em></td>
15130
-
<td>JSON array of port mappings between the network-exposed port used to communicate with the app (<code class="prettyprint">external</code>) and port opened to the running process that it can listen on (<code class="prettyprint">internal</code>)</td>
15130
+
<td>JSON array of port mappings between the network-exposed port used to communicate with the app (<code class="prettyprint">external</code>) and port opened to the running process that it can listen on (<code class="prettyprint">internal</code>). Clients shall interprete <code class="prettyprint">0</code> and <code class="prettyprint">null</code> as non-existing port.</td>
0 commit comments