0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-13 17:25:28 -05:00
denoland-deno/tests
Satya Rohith 793869173e fix(ext/node): support createConnection option in node:http.request() (#25470)
This commit changes "node:http" module to add support
for the "createConnection" option when the "request()"
API is called.


Closes https://github.com/denoland/deno/issues/19507

---------

Signed-off-by: Yoshiya Hinosawa <stibium121@gmail.com>
Signed-off-by: Satya Rohith <me@satyarohith.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: crowlkats <crowlkats@toaxl.com>
2025-01-09 15:19:07 -05:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-24 09:41:38 +05:30
integration fix(compile): analyze modules in directory specified in --include (#27296) 2025-01-09 15:19:06 -05:00
napi chore: upgrade to rust 1.82 and LLVM 19 (#26615) 2024-11-01 16:13:02 +05:30
node_compat fix(ext/node): support createConnection option in node:http.request() (#25470) 2025-01-09 15:19:07 -05:00
registry fix(install): use locked version of jsr package when fetching exports (#27237) 2024-12-05 23:03:56 +01:00
specs fix(npm): search node_modules folder for package matching npm specifier (#27345) 2025-01-09 15:19:07 -05:00
testdata fix(compile): analyze modules in directory specified in --include (#27296) 2025-01-09 15:19:06 -05:00
unit refactor(ext/fs): align error messages (#25414) 2024-12-05 23:03:51 +01:00
unit_node fix(ext/node): support createConnection option in node:http.request() (#25470) 2025-01-09 15:19:07 -05:00
util fix(compile): analyze modules in directory specified in --include (#27296) 2025-01-09 15:19:06 -05:00
wpt perf(ext/webstorage): use object wrap for Storage (#26931) 2024-11-28 15:47:27 +01:00
Cargo.toml chore: update hickory dns crates (#27137) 2024-12-05 23:03:55 +01:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests