@@ -551,9 +551,10 @@ changes:
551
551
* ` options ` {Object} Available options are:
552
552
* ` fd ` {number} If specified, wrap around an existing socket with
553
553
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 ` .
557
558
* ` readable ` {boolean} Allow reads on the socket when an ` fd ` is passed,
558
559
otherwise ignored. ** Default:** ` false ` .
559
560
* ` writable ` {boolean} Allow writes on the socket when an ` fd ` is passed,
@@ -1295,8 +1296,9 @@ added: v0.5.0
1295
1296
-->
1296
1297
1297
1298
* ` 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 ` .
1300
1302
* ` pauseOnConnect ` {boolean} Indicates whether the socket should be
1301
1303
paused on incoming connections. ** Default:** ` false ` .
1302
1304
* ` connectionListener ` {Function} Automatically set as a listener for the
0 commit comments