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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 2e70ddad9d8e
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 92023b4b37ad
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 17, 2013

  1. dgram: fix no address bind()

    I broke dgram.Socket#bind(port, cb) almost a year ago in 332fea5 but
    it wasn't until today that someone complained and none of the tests
    caught it because they all either specify the address or omit the
    callback.
    
    Anyway, now it works again and does what you expect: it binds the
    socket to the "any" address ("0.0.0.0" for IPv4 and "::" for IPv6.)
    bnoordhuis committed Apr 17, 2013
    Copy the full SHA
    92023b4 View commit details
    Browse the repository at this point in the history