We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d1670 commit 26cd4e2Copy full SHA for 26cd4e2
doc/api/stream.md
@@ -2223,7 +2223,7 @@ added: v0.9.4
2223
2224
If `false` then the stream will automatically end the writable side when the
2225
readable side ends. Set initially by the `allowHalfOpen` constructor option,
2226
-which defaults to `false`.
+which defaults to `true`.
2227
2228
This can be changed manually to change the half-open behavior of an existing
2229
`Duplex` stream instance, but must be changed before the `'end'` event is
0 commit comments