Downloading files and archives with zstd compression causes memory leaks on both linux and windows platforms.
How to reproduce:
-
Start the application:
-
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.
Downloading files and archives with zstd compression causes memory leaks on both linux and windows platforms.
How to reproduce:
Start the application:
Use one of the following commands to download a file or an archive:
Repeat step 2, you'll see it's memory usage increases.
Don't know why yet.