Skip to content

Memory leak with zstd compression #5

@beavailable

Description

@beavailable

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions