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
internal lib: refactor internal webidl converters 2026-06-23 01:06:46 +01:00
path
readline
stream
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_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
_tls_wrap.js
assert.js
async_hooks.js
buffer.js buffer: increase Buffer.poolSize default to 64 KiB 2026-06-18 21:12:36 +01:00
child_process.js
cluster.js
console.js
constants.js
crypto.js crypto: implement randomUUIDv7() 2026-05-07 15:41:33 +02:00
dgram.js
diagnostics_channel.js
dns.js dns,net: reject hostnames with embedded NUL bytes 2026-06-17 20:02:06 +02:00
domain.js
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
http2.js
https.js
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
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
quic.js
readline.js
repl.js repl: keep reference count for process.on('newListener') 2026-05-09 09:22:15 +02:00
sea.js
sqlite.js
stream.js
string_decoder.js
sys.js
test.js
timers.js
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
vm.js
wasi.js
worker_threads.js
zlib.js