Commit 3bc0123
inspector: print all listening addresses
Some hostnames have multiple interfaces. Before this commit, the
inspector only printed the first one. Now, it prints them all.
No test. I can't think of a reliable way to test this on the CI matrix.
PR-URL: #26008
Fixes: #13772
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent b25694d commit 3bc0123Copy full SHA for 3bc0123
File tree
Expand file treeCollapse file tree
2 files changed
+22
-20
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+22
-20
lines changedOpen diff view settings
Collapse file
src/inspector_socket_server.cc
Copy file name to clipboardExpand all lines: src/inspector_socket_server.cc+21-19Lines changed: 21 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | 96 | |
113 | 97 | |
114 | 98 | |
| ||
235 | 219 | |
236 | 220 | |
237 | 221 | |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
238 | 241 | |
239 | 242 | |
240 | 243 | |
| ||
276 | 279 | |
277 | 280 | |
278 | 281 | |
279 | | - |
| 282 | + |
280 | 283 | |
281 | 284 | |
282 | 285 | |
| ||
393 | 396 | |
394 | 397 | |
395 | 398 | |
396 | | - |
397 | | - |
| 399 | + |
398 | 400 | |
399 | 401 | |
400 | 402 | |
|
Collapse file
src/inspector_socket_server.h
Copy file name to clipboardExpand all lines: src/inspector_socket_server.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
77 | 76 | |
78 | 77 | |
79 | 78 | |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
0 commit comments