deno/ext
gitstart-app[bot] b5df174549 feat(node): implement proper HTTP request destruction and stream.finished() compatibility
- Add connection termination error detection in Rust HTTP ops layer
  - Implement client-server request registry for error propagation
  - Fix FakeSocket destroy behavior with proper ECONNRESET emission
  - Enhance IncomingMessageForServer with proper destroy() method
  - Add stream state management for finished() compatibility
  - Enable parallel/test-stream-finished.js in Node.js compatibility suite

  Fixes failing Node.js compatibility test by implementing proper request
  destruction patterns that emit ECONNRESET errors when server calls
  req.destroy(), matching Node.js behavior.
2025-09-03 06:23:35 +00:00
..
broadcast_channel 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
cache 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
canvas 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
console 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
cron 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
crypto 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
fetch feat(ext/fetch): Parse unix socket and vsock proxies from env var (#30377) 2025-09-02 19:11:59 +00:00
ffi 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
fs refactor(permissions): remove all state in permissions (#30548) 2025-08-28 13:24:09 -04:00
http feat: add tcpBacklog arg to Deno.listen{Tls} and Deno.serve (#30541) 2025-08-28 09:43:20 +02:00
io 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
kv 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
napi fix(napi): buffer finalizer is nullable (#30514) 2025-08-25 12:57:01 +02:00
net feat: add tcpBacklog arg to Deno.listen{Tls} and Deno.serve (#30541) 2025-08-28 09:43:20 +02:00
node feat(node): implement proper HTTP request destruction and stream.finished() compatibility 2025-09-03 06:23:35 +00:00
os 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
process feat(ext/process): add collector utilities to ChildProcess.stdout & ChildProcess.stderr (#30552) 2025-09-02 11:21:14 +02:00
rt_helper 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
signals 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
telemetry feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
tls feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
url 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
web feat(ext/process): add collector utilities to ChildProcess.stdout & ChildProcess.stderr (#30552) 2025-09-02 11:21:14 +02:00
webgpu fix(ext/webgpu): add illegal constructor errors (#30500) 2025-09-01 12:33:25 +02:00
webidl 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
websocket feat(unstable): WebSocket headers field (#30321) 2025-08-28 11:44:59 +02:00
webstorage 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00