@@ -551,9 +551,10 @@ changes:
551551* ` options ` {Object} Available options are:
552552 * ` fd ` {number} If specified, wrap around an existing socket with
553553 the given file descriptor, otherwise a new socket will be created.
554- * ` allowHalfOpen ` {boolean} Indicates whether to automatically end the
555- writable side when the readable side ends. See [ ` net.createServer() ` ] [ ] and
556- the [ ` 'end' ` ] [ ] event for details. ** Default:** ` false ` .
554+ * ` allowHalfOpen ` {boolean} If set to ` false ` , then the socket will
555+ automatically end the writable side when the readable side ends. See
556+ [ ` net.createServer() ` ] [ ] and the [ ` 'end' ` ] [ ] event for details. ** Default:**
557+ ` false ` .
557558 * ` readable ` {boolean} Allow reads on the socket when an ` fd ` is passed,
558559 otherwise ignored. ** Default:** ` false ` .
559560 * ` writable ` {boolean} Allow writes on the socket when an ` fd ` is passed,
@@ -1295,8 +1296,9 @@ added: v0.5.0
12951296-->
12961297
12971298* ` options ` {Object}
1298- * ` allowHalfOpen ` {boolean} Indicates whether to automatically end the
1299- writable side when the readable side ends. ** Default:** ` false ` .
1299+ * ` allowHalfOpen ` {boolean} If set to ` false ` , then the socket will
1300+ automatically end the writable side when the readable side ends.
1301+ ** Default:** ` false ` .
13001302 * ` pauseOnConnect ` {boolean} Indicates whether the socket should be
13011303 paused on incoming connections. ** Default:** ` false ` .
13021304* ` connectionListener ` {Function} Automatically set as a listener for the
0 commit comments