Skip to content

HTTP server running with qode cannot accept incoming connections #9

@yijiasu

Description

@yijiasu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions