Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: use decodeStrings public API for writable stream #25201

Closed
wants to merge 1 commit into from

Commits on Dec 24, 2018

  1. 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: nodejs#445
    Trott committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    24471c6 View commit details
    Browse the repository at this point in the history