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

HTTP server running with qode cannot accept incoming connections #9

Open
yijiasu opened this issue Nov 22, 2023 · 0 comments
Open

HTTP server running with qode cannot accept incoming connections #9

yijiasu opened this issue Nov 22, 2023 · 0 comments

Comments

@yijiasu
Copy link

yijiasu commented Nov 22, 2023

Version

No response

Platform

macOS

Subsystem

No response

What steps will reproduce the bug?

Run this with Qode environment:
require('http').createServer(function (req, res) { res.end('OK'); }).listen(3000);

The http server can accept local connections but not connections from other computer inside the same LAN. If we run with node instead of qode, this http server can accept all connections.

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

No response

What do you see instead?

HTTP connections from external IPs are not accepted

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant