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: refactor test-http-abort-before-end #18508

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Commits on Feb 7, 2018

  1. test: refactor test-http-abort-before-end

    This test was added over six years ago, and the behavior
    seems to have changed since then. When the test was originally
    written, common.mustCall() did not exist. The only assertion
    in this test was not actually executing. Instead of an 'error'
    event being emitted as expected, an 'abort' event was emitted.
    
    PR-URL: nodejs#18508
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    ffb385b View commit details
    Browse the repository at this point in the history