Strange error #2607
Strange error
#2607
-
I need to upload big file, set max size to 5GB, but on upload 1.7GB file it throws this
|
Beta Was this translation helpful? Give feedback.
Answered by
SergioBenitez
Sep 19, 2023
Replies: 2 comments 4 replies
-
How are you uploading the file? Is your client aborting the operation? Is the temporary file location |
Beta Was this translation helpful? Give feedback.
4 replies
-
Well, problem was with reqwest client, after change it to ureq problem problem disappeared |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the log, the client is closing the connection for some reason. In other words, it's the client, not Rocket. It would be prudent to understand why.