0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Giovanny Andres Gongora Granada (Gioyik) 4e084addcd errors: fix ERR_SOCKET_BAD_PORT message
The current message says 'Port should be > 0' meaning '0' is an
invalid value. You can pass '0' to get a random port from the system.
The correct message for this error is 'Port should be >= 0'.

PR-URL: https://github.com/nodejs/node/pull/23015
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-09-25 19:33:14 +03:00
..
addons.md src: replace deprecated uses of FunctionTemplate::GetFunction 2018-09-24 05:44:28 +02:00
assert.md doc: improve assert documentation 2018-09-07 22:42:08 +01:00
async_hooks.md lib: implement queueMicrotask 2018-09-23 15:57:19 -05:00
buffer.md doc: improve examples in buffer docs 2018-09-02 18:14:23 +02:00
child_process.md 2018-09-06, Version 10.10.0 (Current) 2018-09-06 23:57:43 +02:00
cli.md cli: normalize _- when parsing options 2018-09-25 13:32:30 +02:00
cluster.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
console.md 2018-07-18, Version 10.7.0 (Current) 2018-07-18 20:17:23 +02:00
crypto.md crypto: do not allow multiple calls to setAuthTag 2018-09-21 11:40:35 +02:00
debugger.md inspector: use js_app.html as the landing page for chrome devtools 2018-06-28 09:24:02 -03:00
deprecations.md tls: fix DEP0083 after upgrading to OpenSSL 1.1.0 2018-09-24 07:26:08 +02:00
dgram.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
dns.md doc: add missing metadata for dns.lookup 2018-09-19 21:11:51 +02:00
documentation.md doc: make Stability Index more concise 2018-08-30 20:15:40 +01:00
domain.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
errors.md errors: fix ERR_SOCKET_BAD_PORT message 2018-09-25 19:33:14 +03:00
esm.md esm: provide named exports for builtin libs 2018-05-11 12:06:18 -05:00
events.md doc: declare all parameter types 2018-07-15 23:57:35 +03:00
fs.md 2018-09-20, Version 10.11.0 (Current) 2018-09-20 13:32:38 +02:00
globals.md lib: implement queueMicrotask 2018-09-23 15:57:19 -05:00
http2.md http2: add ping event 2018-09-23 16:36:24 -07:00
http.md doc: improve metadata for http.request 2018-09-19 21:12:45 +02:00
https.md doc: improve metadata for http.request 2018-09-19 21:12:45 +02:00
index.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
inspector.md doc: fix structure and formatting in inspector.md 2018-07-08 21:56:10 +03:00
intl.md doc: bump ICU version to avoid confusion 2018-08-14 22:44:58 +03:00
modules.md module: add createRequireFunction method 2018-09-14 11:34:17 -05:00
n-api.md doc: fix optional parameters in n-api.md 2018-09-24 23:10:18 +02:00
net.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
os.md doc, win: improve os.setPriority documentation 2018-09-19 08:02:18 +02:00
path.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
perf_hooks.md perf_hooks: remove less useful bootstrap marks 2018-06-15 09:05:19 -07:00
process.md process: add multipleResolves event 2018-09-25 10:04:09 +02:00
punycode.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
querystring.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
readline.md doc: add warning to readline's close() method 2018-09-06 20:11:31 -04:00
repl.md doc: add links for repl.ReplServer 2018-09-21 14:14:31 -07:00
stream.md doc: clarify Readable paused/flowing!==object mode 2018-09-03 17:57:41 +03:00
string_decoder.md string_decoder: support typed array or data view 2018-09-17 17:48:44 +02:00
synopsis.md doc: match program and console output in synopsis.md 2018-09-22 00:49:25 +03:00
timers.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
tls.md tls: fix DEP0083 after upgrading to OpenSSL 1.1.0 2018-09-24 07:26:08 +02:00
tracing.md doc: remove redundant 'Example:' and similar notes 2018-08-29 16:53:03 +03:00
tty.md tty: make readStream.setRawMode() return this 2018-09-22 11:19:26 +03:00
url.md url: docs deprecate legacy url API 2018-09-07 16:55:44 -07:00
util.md doc,test: fix inspect's sorted compare function 2018-09-22 14:29:37 +02:00
v8.md doc: update a link in v8.md 2018-09-03 17:47:28 +03:00
vm.md Revert "src: implement query callbacks for vm" 2018-09-18 15:48:02 +02:00
worker_threads.md doc: add callback parameters of worker.terminate() 2018-09-24 23:15:54 +03:00
zlib.md doc: unify optional arguments format in headings 2018-08-19 21:45:39 +03:00