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

Running Deno.serve with a Unix socket asks --unstable flag #21587

Closed
sant123 opened this issue Dec 14, 2023 · 0 comments · Fixed by #21592
Closed

Running Deno.serve with a Unix socket asks --unstable flag #21587

sant123 opened this issue Dec 14, 2023 · 0 comments · Fixed by #21592
Labels
bug Something isn't working ext/http related to ext/http

Comments

@sant123
Copy link

sant123 commented Dec 14, 2023

Version: Deno 1.39.0

Running this code:

Deno.serve({ path: "/tmp/my.sock" }, () => new Response("Hello world :3"));

Prints the following message in terminal:

image

It should be stable now right?

Thanks!

@littledivy littledivy added bug Something isn't working ext/http related to ext/http labels Dec 15, 2023
littledivy added a commit that referenced this issue Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ext/http related to ext/http
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants