Skip to content

Commit

Permalink
doc: update "net" section in node to io.js changes
Browse files Browse the repository at this point in the history
PR-URL: #567
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
zertosh authored and rvagg committed Jan 24, 2015
1 parent 73ddaa6 commit bb766d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ https://iojs.org/api/http.html
- Added `rawHeaders` and `rawTrailers` members on incoming message.
- Removed default chunked encoding on `DELETE` and `OPTIONS`.

### net

https://iojs.org/api/net.html

- Changed `net.Server.listen` such that, when the bind address is omitted, IPv6 is tried first, and IPv4 is used as a fallback.

### os

https://iojs.org/api/os.html
Expand Down

0 comments on commit bb766d2

Please sign in to comment.