node/lib/internal/streams
Luigi Pinca 152c931f53
stream: make Duplex inherits from DuplexBase
Add ability to subclass `stream.Duplex` without inheriting the
"no-half-open enforcer" regardless of the value of the `allowHalfOpen`
option.

PR-URL: https://github.com/nodejs/node/pull/18974
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chen Gang <gangc.cxy@foxmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-03-20 11:33:42 +00:00
..
BufferList.js stream: remove unreachable code 2018-01-30 14:25:36 -06:00
destroy.js net: return this from destroy() 2017-06-14 13:15:51 -07:00
duplex_base.js stream: make Duplex inherits from DuplexBase 2018-03-20 11:33:42 +00:00
lazy_transform.js crypto: make LazyTransform compabile with Streams1 2017-04-14 16:05:14 +02:00
legacy.js lib,test: remove yoda statements 2018-03-05 10:07:17 +00:00