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

fix(bodyReader): Fix memory leak #1566

Merged
merged 1 commit into from Nov 20, 2017
Merged

fix(bodyReader): Fix memory leak #1566

merged 1 commit into from Nov 20, 2017

Commits on Nov 17, 2017

  1. fix(bodyReader): Fix memory leak

    Without handling the req 'close' event, we will leak ClientRequest objects when the client suddently stops sending the request body.
    daviande committed Nov 17, 2017
    Copy the full SHA
    aba77c6 View commit details
    Browse the repository at this point in the history