Commit 78b874e
committed
Do not to call
According to nodejs/node-v0.x-archive@d3f6b09,
call to `net.Server.address()` should happen only after `net.Server`
emits `listening` event.app.address() before listening event1 parent 5c50e3a commit 78b874e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments