We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ad206 commit 267f66bCopy full SHA for 267f66b
doc/api/stream.md
@@ -2270,7 +2270,7 @@ added: v0.9.4
2270
2271
If `false` then the stream will automatically end the writable side when the
2272
readable side ends. Set initially by the `allowHalfOpen` constructor option,
2273
-which defaults to `false`.
+which defaults to `true`.
2274
2275
This can be changed manually to change the half-open behavior of an existing
2276
`Duplex` stream instance, but must be changed before the `'end'` event is
0 commit comments