Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Suarez <zertosh@gmail.com>2015-01-23 07:56:16 +0300
committerRod Vagg <rod@vagg.org>2015-01-24 14:04:13 +0300
commitbb766d2c47e8a416ce9f1e4f693f124afe857c1a (patch)
tree950dde26b1684ae010fb8f7bbf7dacc5ec5d0600
parent73ddaa629c145af1632ac67d5d7d3a2abeabdf24 (diff)
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>
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e70e12ae1e4..104e55ad704 100644
--- a/CHANGELOG.md
+++ b/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