1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/tests/node_compat/test/sequential
Satya Rohith 960776cd32
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>
2024-12-13 01:44:42 +01:00
..
test-buffer-creation-regression.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-child-process-exit.js fix(node): Run node compat tests listed in the ignore field (and fix the ones that fail) (#24631) 2024-07-24 03:12:08 +00:00
test-http-server-keep-alive-timeout-slow-server.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-net-connect-local-error.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-net-response-size.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-net-server-bind.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-tls-lookup.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-tls-psk-client.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-tls-securepair-client.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00
test-tls-session-timeout.js test: add node compat test cases (#27134) 2024-12-04 11:37:20 +09:00