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

Memory leak with zstd compression #5

Open
beavailable opened this issue Apr 26, 2024 · 0 comments
Open

Memory leak with zstd compression #5

beavailable opened this issue Apr 26, 2024 · 0 comments

Comments

@beavailable
Copy link
Owner

beavailable commented Apr 26, 2024

Downloading files and archives with zstd compression causes memory leaks on both linux and windows platforms.

How to reproduce:

  1. Start the application:

    ./share.py
  2. Use one of the following commands to download a file or an archive:

    curl --compressed -o /dev/null http://localhost:8888/any/file
    curl -o /dev/null http://localhost:8888/any/folder.tar.zst
  3. Repeat step 2, you'll see it's memory usage increases.

Don't know why yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant