Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Try to upload a file with a size of at least 15 MB in the Android app whose size in bytes is -1 divisible by 4096 without a remainder.
Expected behaviour
an uploaded file
Actual behaviour
If only one byte is left to load into the put body, it will not be sent. However, the server will wait for this one byte and will therefore time out
Server configuration
Web server: Apache
Database: Mariadb
PHP version: 8.3
Nextcloud version: Nextcloud Hub 10(31.0.4)
I have already submitted the solution with the push Fixing a data transfer error