Skip to content

Commit bb766d2

Browse files
zertoshrvagg
authored andcommitted
doc: update "net" section in node to io.js changes
PR-URL: #567 Reviewed-By: Rod Vagg <[email protected]>
1 parent 73ddaa6 commit bb766d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ https://iojs.org/api/http.html
201201
- Added `rawHeaders` and `rawTrailers` members on incoming message.
202202
- Removed default chunked encoding on `DELETE` and `OPTIONS`.
203203

204+
### net
205+
206+
https://iojs.org/api/net.html
207+
208+
- Changed `net.Server.listen` such that, when the bind address is omitted, IPv6 is tried first, and IPv4 is used as a fallback.
209+
204210
### os
205211

206212
https://iojs.org/api/os.html

0 commit comments

Comments
 (0)