Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ext/node): support createConnection option in node:http.request() #25470

Draft
wants to merge 114 commits into
base: main
Choose a base branch
from

Conversation

satyarohith
Copy link
Member

@satyarohith satyarohith commented Sep 5, 2024

Work in progress. Feature works but breaks existing tests.

Closes #19507

@kt3k kt3k added the ci-draft Run the CI on draft PRs. label Sep 26, 2024
@kt3k kt3k changed the title WIP: support createConnection option in node:http.request() fix(ext/node): WIP support createConnection option in node:http.request() Sep 26, 2024
@kt3k
Copy link
Member

kt3k commented Oct 29, 2024

I guess this workaround (stopping startTls in afterConnect in tls.connect) is still necessary. ref: 8e55dab

I'll trying restore that workaround and see if it fixes node-gyp issue. nevermind

@kt3k kt3k added the ci-draft Run the CI on draft PRs. label Nov 14, 2024
@kt3k kt3k marked this pull request as draft November 14, 2024 06:42
If hostname specified to localhost on Deno.serve, it seems listening on ::1,
which causes problem on windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-draft Run the CI on draft PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node: ClientRequest.options.createConnection
5 participants