We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: