-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Downloading files and archives with zstd compression causes memory leaks on both linux and windows platforms.
How to reproduce:
-
Start the application:
./share.py
-
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
-
Repeat step 2, you'll see it's memory usage increases.
Don't know why yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels