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

stream: convert existing buffer when calling .setEncoding #27936

Closed

Commits on May 28, 2019

  1. stream: convert existing buffer when calling .setEncoding

    Convert already-stored chunks when `.setEncoding()` is called
    so that subsequent `data` events will receive decoded strings,
    as they expect.
    
    Fixes: nodejs#27932
    addaleax committed May 28, 2019
    Configuration menu
    Copy the full SHA
    30f3da1 View commit details
    Browse the repository at this point in the history