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

js_stream: fix buffer index in DoWrite #1635

Closed
wants to merge 1 commit into from

Commits on May 6, 2015

  1. js_stream: fix buffer index in DoWrite

    The index of buffer to write in JSStream was always 0 by mistake. This
    fix was to use increment index of buffer arrays.
    The test was originally made by Brian White in nodejs#1594.
    
    Fixes: nodejs#1595
    Fixes: nodejs#1594
    Shigeki Ohtsu committed May 6, 2015
    Configuration menu
    Copy the full SHA
    d1343d7 View commit details
    Browse the repository at this point in the history