node/lib
Matteo Collina 44c8ebcbd6
http: avoid stream listeners on idle agent sockets
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: https://github.com/nodejs/node/pull/64004
Fixes: https://github.com/nodejs/node/issues/63989
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
2026-06-23 01:06:49 +01:00
..
assert
dns
fs
inspector lib: revert to using default derived class constructors 2025-09-04 10:15:15 +02:00
internal lib: refactor internal webidl converters 2026-06-23 01:06:46 +01:00
path
readline lib: revert to using default derived class constructors 2025-09-04 10:15:15 +02:00
stream stream: add bytes() method to stream/consumers 2026-02-22 23:16:12 +01:00
test
timers
util
_http_agent.js http: avoid stream listeners on idle agent sockets 2026-06-23 01:06:49 +01:00
_http_client.js http: harden ClientRequest options merge 2026-05-07 15:41:50 +02:00
_http_common.js http: fix use-after-free when freeParser is called during llhttp_execute 2026-04-10 14:52:18 +02:00
_http_incoming.js http: add req.signal to IncomingMessage 2026-05-07 15:41:33 +02:00
_http_outgoing.js http: emit 'drain' on OutgoingMessage only after buffers drain 2026-05-07 15:41:50 +02:00
_http_server.js http: add writeInformation to send arbitrary 1xx status codes 2026-06-18 00:15:53 +02:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js lib: backport _tls_common and _tls_wrap refactors 2026-02-04 15:32:52 +01:00
_tls_wrap.js lib: backport _tls_common and _tls_wrap refactors 2026-02-04 15:32:52 +01:00
assert.js lib: prefer call() over apply() if argument list is not array 2026-02-22 23:16:05 +01:00
async_hooks.js async_hooks: enabledHooksExist shall return if hooks are enabled 2026-04-08 23:53:00 +02:00
buffer.js buffer: increase Buffer.poolSize default to 64 KiB 2026-06-18 21:12:36 +01:00
child_process.js child_process: remove unsafe array iteration 2025-08-21 19:01:11 +02:00
cluster.js
console.js
constants.js
crypto.js crypto: implement randomUUIDv7() 2026-05-07 15:41:33 +02:00
dgram.js lib: prefer call() over apply() if argument list is not array 2026-02-22 23:16:05 +01:00
diagnostics_channel.js src: add C++ support for diagnostics channels 2026-04-10 14:52:13 +02:00
dns.js dns,net: reject hostnames with embedded NUL bytes 2026-06-17 20:02:06 +02:00
domain.js domain: remove deprecated API call 2025-08-12 09:20:00 -03:00
eslint.config_partial.mjs tools: prevent lib code from reading KeyObject and CryptoKey accessors 2026-06-23 01:06:39 +01:00
events.js events: avoid cloning listeners array on every emit 2026-04-10 16:09:54 +02:00
fs.js fs: validate position argument before length === 0 early return 2026-05-07 15:41:39 +02:00
http.js http: add http.setGlobalProxyFromEnv() 2026-02-22 23:16:06 +01:00
http2.js
https.js http: add http.setGlobalProxyFromEnv() 2026-02-22 23:16:06 +01:00
inspector.js inspector: initial support storage inspection 2026-05-09 09:32:19 +02:00
module.js
net.js dns,net: reject hostnames with embedded NUL bytes 2026-06-17 20:02:06 +02:00
os.js os: freeze signals constant 2026-01-19 19:19:27 +01:00
path.js path: refactor path joining logic for clarity and performance 2025-09-09 08:40:53 +02:00
perf_hooks.js perf_hooks: move non-standard performance properties to perf_hooks 2025-11-13 22:44:12 +01:00
process.js
punycode.js lib,src: isInsideNodeModules should test on the first non-internal frame 2026-01-19 19:19:20 +01:00
querystring.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
quic.js
readline.js
repl.js repl: keep reference count for process.on('newListener') 2026-05-09 09:22:15 +02:00
sea.js sea: implement sea.getAssetKeys() 2025-09-09 08:34:14 +02:00
sqlite.js sqlite: mark as release candidate 2026-04-08 23:53:07 +02:00
stream.js stream: export namespace object from internal end-of-stream module 2026-01-28 16:29:45 +01:00
string_decoder.js meta: enable jsdoc/check-tag-names rule 2025-07-21 10:58:59 +02:00
sys.js
test.js test_runner: fix lazy test.assert accessor 2026-01-19 19:19:25 +01:00
timers.js lib: remove redundant destroyHook checks 2025-11-07 18:11:13 +01:00
tls.js tls: normalize hostname for server identity checks 2026-06-17 20:02:06 +02:00
trace_events.js
tty.js
url.js url: suppress warnings from url.format/url.resolve inside node_modules 2026-04-10 15:54:18 +02:00
util.js util: create hex style cache and fast path 2026-06-18 21:12:36 +01:00
v8.js v8: add GCProfiler support for erm 2026-01-27 22:52:32 +01:00
vm.js
wasi.js lib: expose setupInstance method on WASI class 2025-07-08 11:44:43 -03:00
worker_threads.js worker: add name for worker 2025-08-12 09:20:01 -03:00
zlib.js zlib: add support for brotli compression dictionary 2026-04-08 23:53:04 +02:00