Commit 93bacfd
test: remove unneeded bind() and related comments
As mentioned in the comment of the changed file, "a libuv limitation
makes it necessary to bind()". But, that is not the case in this test.
The subsequent call to send() results in an implicit bind().
PR-URL: #5023
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>1 parent 98b721e commit 93bacfdCopy full SHA for 93bacfd
File tree
Expand file treeCollapse file tree
1 file changed
+0
-4
lines changedOpen diff view settings
Filter options
- test/internet
Expand file treeCollapse file tree
1 file changed
+0
-4
lines changedOpen diff view settings
Collapse file
test/internet/test-dgram-multicast-multi-process.js
Copy file name to clipboardExpand all lines: test/internet/test-dgram-multicast-multi-process.js-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
132 | 132 | |
133 | 133 | |
134 | 134 | |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | 135 | |
140 | 136 | |
141 | 137 | |
|
0 commit comments