deno/ext/node/ops
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
..
crypto chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
os fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
sqlite fix(ext/webgpu): add illegal constructor errors (#30500) 2025-09-01 12:33:25 +02:00
zlib fix(ext/node): bad compression caused by invalid brotli params (#30437) 2025-08-18 17:19:29 +00:00
blocklist.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
buffer.rs fix(ext/node): handle large buffer correctly (#30369) 2025-08-10 14:02:43 +02:00
constant.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
dns.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
fs.rs fix(ext/node): parse fs open options correctly (#30300) 2025-08-05 11:12:22 +02:00
handle_wrap.rs fix: upgrade deno_core to 0.355.0 (#30352) 2025-08-11 11:12:43 +02:00
http.rs feat(node): implement proper HTTP request destruction and stream.finished() compatibility 2025-09-03 06:23:35 +00:00
http2.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
idna.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
inspector.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
ipc.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
mod.rs fix(ext/node): define fs constants correctly across platforms (#30113) 2025-07-31 17:11:01 -04:00
perf_hooks.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
process.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
require.rs refactor: make it easier to get closest package.json files (#30420) 2025-08-15 15:48:03 -04:00
tls.rs fix(ext/node): support JS underlying stream in TLS (#30465) 2025-08-28 17:56:17 +05:30
util.rs fix: pass npm process state when spawning script in npm package via Node APIs (#30490) 2025-08-22 19:49:35 -04:00
v8.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
vm.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
vm_internal.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
winerror.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_threads.rs refactor: remove some url to string clones (#30247) 2025-07-31 10:10:29 -04:00