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: delete redundant code #18145

Commits on Jan 14, 2018

  1. stream: delete redundant code

    In `Writable.prototype.end()`, `state.ending` is true after calling
    `endWritable()` and it doesn't reset to false.
    
    In `Writable.prototype.uncork()`, `state.finished` must be false
    if `state.bufferedRequest` is true.
    陈刚 committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    4ecb688 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. stream: delete redundant code

    `state.corkedRequestsFree` of a writable stream is always not null.
    陈刚 committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    dd13a79 View commit details
    Browse the repository at this point in the history