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

DownloadFileAction (and maybe other places?) doesn't use a timeout for downloads, causing downloads to hang if a server doesn't respond #122

Open
Barteks2x opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Barteks2x
Copy link

Barteks2x commented Feb 26, 2024

One case of this is also in FileUtils.getFileSize - by default there is no timeout.

Normally this works because you either get a response or it fails. But sometimes, in some random cases of network issues, there is no response at all and it will hang, waiting forever for a nonexistent response.

This also applies to NG6, in different part of the code.

@sciwhiz12 sciwhiz12 added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants