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: MEMORY LEAK #1120

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2022

  1. fix: busboy not closed when request errors

    One important caveat was ignored by piping request stream to busboy stream.
    This commit aknowledges that caveat.
    More information on: https://nodejs.org/api/stream.html#readablepipedestination-options
    UnlimitedBytes committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    274b2b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. fix: change removeEventListener to removeListener

    As mentioned by @Gerard-Szulc we use `removeListener` in node instead of `removeEventListener`
    UnlimitedBytes committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    6fe2936 View commit details
    Browse the repository at this point in the history