Browse Source

doc: update "net" section in node to io.js changes

PR-URL: https://github.com/iojs/io.js/pull/567
Reviewed-By: Rod Vagg <rod@vagg.org>
v1.8.0-commit
Andres Suarez 10 years ago
committed by Rod Vagg
parent
commit
bb766d2c47
  1. 6
      CHANGELOG.md

6
CHANGELOG.md

@ -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

Loading…
Cancel
Save