Files
node/lib
Rich Trott 79aab5dd7c net: use decodeStrings public API for writable stream
Instead of using an undocumented underscore-prefixed property to
configure the writable stream instance to not encode strings as buffers,
use the public API which is an options property passed to the
constructor.

Refs: https://github.com/nodejs/node/issues/445

PR-URL: https://github.com/nodejs/node/pull/25201
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2018-12-26 14:18:55 +01:00
..
2018-12-24 14:50:16 +01:00
2018-12-10 17:07:18 +01:00
2018-11-06 10:58:42 -05:00
2018-12-24 09:54:43 +01:00
2018-12-24 14:50:16 +01:00
2018-11-20 10:42:31 -08:00
2018-12-20 13:15:07 -05:00
2018-07-16 15:55:15 -07:00