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

test: stdin is not always a net.Socket #5935

Merged

Commits on Mar 31, 2016

  1. test: stdin is not always a net.Socket

    `<`-ing a file into stdin actually results in a `fs.ReadStream`, rather
    than a `tty.ReadStream`, and as such does not inherit from net.Socket,
    unlike the other possible stdin options.
    
    Refs: nodejs#5916
    PR-URL: nodejs#5935
    Reviewed-By: Colin Ihrig <[email protected]>
    Fishrock123 committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    d6c9f64 View commit details
    Browse the repository at this point in the history