Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Error: "self is not defined" on binding on port 80 of listener. #1894

Closed
19h opened this issue Oct 15, 2011 · 4 comments
Closed

Error: "self is not defined" on binding on port 80 of listener. #1894

19h opened this issue Oct 15, 2011 · 4 comments
Labels

Comments

@19h
Copy link

19h commented Oct 15, 2011

In the latest build (as of commit 6df574b) Node throws an error when trying to listen on port 80.
I'll check the source out, but this is just to flag the issue.

node.js:202
throw e; // process.nextTick error, or 'error' event on first tick
^
ReferenceError: self is not defined
at Array. (net.js:642:7)
at EventEmitter._tickCallback (node.js:194:26)

Cheers, Kenan.

@koichik
Copy link

koichik commented Oct 15, 2011

Can someone review?

@bnoordhuis
Copy link
Member

@koichik: LGTM

@koichik
Copy link

koichik commented Oct 15, 2011

@bnoordhuis - Thanks!

@koichik
Copy link

koichik commented Oct 15, 2011

@KenanSulayman - Thanks for the report.

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

No branches or pull requests

3 participants