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: check type and range of highWaterMark #13065

Closed
wants to merge 3 commits into from

Commits on May 16, 2017

  1. stream: check highWaterMark type and range

    Adds checks for the type of "highWaterMark" and restricts it to
    non-negative values.
    
    Refs: nodejs#12593
    tniessen committed May 16, 2017
    Configuration menu
    Copy the full SHA
    b09ff75 View commit details
    Browse the repository at this point in the history
  2. Add test cases

    tniessen committed May 16, 2017
    Configuration menu
    Copy the full SHA
    0545183 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Remove unnecessary line

    tniessen committed May 17, 2017
    Configuration menu
    Copy the full SHA
    606eb59 View commit details
    Browse the repository at this point in the history