net: support blocklist for net.Server #58658
Annotations
2 errors and 1 notice
Test:
test/parallel/test-net-server-blocklist.js#L1
--- stderr ---
node:events:491
throw er; // Unhandled 'error' event
^
Error: bind EINVAL 127.0.0.1
at internalConnect (node:net:1066:18)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1410:9)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:8)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -22,
code: 'EINVAL',
syscall: 'bind',
address: '127.0.0.1'
}
Node.js v24.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-net-server-blocklist.js
|
Test
Process completed with exit code 2.
|
Post Set up sccache
0% - 0 hits, 0 misses, 0 errors
|
Loading