Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Few optimisations and bug fixes. #53

Merged
3 commits merged into from
Sep 17, 2010
Merged

Few optimisations and bug fixes. #53

3 commits merged into from
Sep 17, 2010

Commits on Sep 17, 2010

  1. The listen method doesn't return a netserver instance, so the server …

    …onclose netserver.close will fail because netserver will be undefined.
    3rd-Eden committed Sep 17, 2010
    Configuration menu
    Copy the full SHA
    fac2498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a387982 View commit details
    Browse the repository at this point in the history
  3. Every require is blocking and requiring the sys module over and over …

    …and over again just makes no sense + it hurt performance.. Not to mention.. that it's already included.
    3rd-Eden committed Sep 17, 2010
    6 Configuration menu
    Copy the full SHA
    c6b1765 View commit details
    Browse the repository at this point in the history