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

10 seconds timeout (Connection reset) instead of 403 #155

Open
magopian opened this issue Nov 13, 2018 · 0 comments
Open

10 seconds timeout (Connection reset) instead of 403 #155

magopian opened this issue Nov 13, 2018 · 0 comments
Labels

Comments

@magopian
Copy link
Contributor

If you start uploading a big file that will take more than 10 seconds to upload, and you don't have the permission to do so, the connection will be reset after 10 seconds, and you will have no idea why.

If the file can be uploaded in less than 10 seconds, you'll have a proper 403.

This wasn't easy to understand because I didn't see anything in the logs, and 10 seconds didn't seem to relate to anything in the settings. It's only when I tried uploading a small file that I got the permission error, and then understood that it might cause the issue.

I guess the proper fix here would be to have a 403 straight away (and not once the file is uploaded... or 10 seconds have elapsed).

@magopian magopian added the bug label Nov 13, 2018
@magopian magopian changed the title 10seconds timeout (Connection reset) instead of 403 10 seconds timeout (Connection reset) instead of 403 Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant