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_wrap: cast input to Buffer #4031

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 5, 2015

  1. stream_wrap: error if stream has StringDecoder

    If `.setEncoding` was called on input stream - all emitted `data` will
    be `String`s instances, not `Buffer`s. This is unacceptable for
    `StreamWrap`, and should not lead to the crash.
    
    Fix: nodejs#3970
    indutny committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    4237127 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. fix

    indutny committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    161af4f View commit details
    Browse the repository at this point in the history