node/lib
Yohanan Baruchel f512ce6aa0 lib: change http client path assignment
- change http client path assignment from  to  (it's more
appropriate in this case).
- since the inner condition is the only referencing the variable, moved
the assignment to the inner condition.

PR-URL: https://github.com/nodejs/node/pull/35508
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
2020-10-08 21:42:39 +00:00
..
assert assert: add `assert/strict` alias module 2020-06-25 08:37:48 -07:00
dns dns: add dns/promises alias 2020-05-24 03:26:21 +02:00
fs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
internal fs: add rm method 2020-10-08 13:23:44 -07:00
stream stream: add promises version to utility functions 2020-07-09 09:12:19 +02:00
timers timers: use AbortController with correct name/message 2020-08-15 14:48:13 -07:00
.eslintrc.yaml lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00:00
_http_agent.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
_http_client.js lib: change http client path assignment 2020-10-08 21:42:39 +00:00
_http_common.js http: add requestTimeout 2020-09-15 15:39:54 -04:00
_http_incoming.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
_http_outgoing.js http: only set keep-alive when not exists 2020-09-12 20:22:56 +08:00
_http_server.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
_stream_duplex.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_passthrough.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_readable.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_transform.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_stream_wrap.js lib: assign missed deprecation code 2019-03-07 15:48:55 +01:00
_stream_writable.js stream: move to internal/streams 2020-09-21 08:23:06 +00:00
_tls_common.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
_tls_wrap.js tls: make 'createSecureContext' honor more options 2020-07-13 10:48:32 +02:00
assert.js src: use node:moduleName as builtin module filename 2020-10-07 17:35:14 +02:00
async_hooks.js async_hooks: avoid GC tracking of AsyncResource in ALS 2020-08-07 08:51:19 -07:00
buffer.js lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00:00
child_process.js win, child_process: sanitize env variables 2020-09-24 18:25:18 +02:00
cluster.js
console.js console: split console into global.js and constructor.js 2018-12-02 04:51:18 +08:00
constants.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
crypto.js crypto: refactoring internals, add WebCrypto 2020-10-07 17:27:05 -07:00
dgram.js dgram: allow typed arrays in .send() 2020-06-19 07:40:11 -07:00
dns.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
domain.js domain: remove native domain code 2020-06-19 17:37:26 +02:00
events.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
fs.js fs: add rm method 2020-10-08 13:23:44 -07:00
http.js http: tidy up exposure of header validation 2020-05-25 19:21:57 +02:00
http2.js http2: add support for sensitive headers 2020-07-16 00:25:47 +02:00
https.js https: set requestTimeout default to 0 2020-09-21 08:32:26 -07:00
inspector.js inspector: throw error when activating an already active inspector 2020-05-24 03:43:05 +02:00
module.js module: add API for interacting with source maps 2020-01-14 12:39:06 -08:00
net.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
os.js lib: use Number.parseInt from primordials 2020-10-07 13:44:20 +00:00
path.js path: fix comment grammar 2020-04-28 19:10:26 +02:00
perf_hooks.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
process.js
punycode.js lib: use strict equality comparison 2019-12-14 08:57:36 -05:00
querystring.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
readline.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
repl.js lib: use Number.parseFloat from primordials 2020-10-07 13:44:21 +00:00
stream.js stream: fix legacy pipe error handling 2020-09-23 04:33:05 -07:00
string_decoder.js lib: replace Symbol global by the primordials Symbol 2019-12-08 13:38:58 +01:00
sys.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
timers.js lib: use Object static properties from primordials 2020-09-30 17:52:35 +02:00
tls.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
trace_events.js lib: replace Set global by the primordials 2020-01-04 12:41:09 -08:00
tty.js lib: use static Number properties from primordials 2019-11-30 13:45:38 +01:00
url.js url: declare iterator inside loop 2019-12-11 16:38:06 -06:00
util.js util: add debug and debuglog.enabled 2020-08-10 12:09:43 -05:00
v8.js tools: enable no-else-return lint rule 2020-05-16 06:42:16 +02:00
vm.js lib: allow to validate enums with validateOneOf 2020-08-17 11:50:46 -07:00
wasi.js lib: replace String global with primordials 2020-10-04 09:40:56 +02:00
worker_threads.js worker: add public method for marking objects as untransferable 2020-06-25 08:33:29 -07:00
zlib.js lib: use remaining typed arrays from primordials 2020-10-07 13:44:21 +00:00