You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofqode
, 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
The text was updated successfully, but these errors were encountered: