-
Notifications
You must be signed in to change notification settings - Fork 671
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
Client shouldn't chunk in case no chunking capabilities were announced. #7862
Comments
Chunking settings are in multiple places in the capabulities report:
These capabilities are normally hardcoded per server. There is no GUI or config file to tune them. |
Tested with
We disable all chunking support on the server side by editing apps/dav/lib/Capabilities.php and apps/files/lib/Capabilities.php so that the server does not announce any chunking capabilities:
Steps to reproduce
The client did chunking. Expected behaviour: no chunking. |
Tried more combinations too:
20201028_1148_owncloud.log.0.gz |
We need to restart the client, when changing the settings. Retesting the 42MB file upload with restarting the client before changing the server capabilities:
Usecases were not really tested with these server versions. Recorded here as seen in owncloud/product#39 |
Takeaway:
|
#7849
Similar when
OWNCLOUD_CHUNK_SIZE=0
was setAlso in case:
"bigfilechunking": false,
Related:
owncloud/ocis#203
owncloud/ocis#272
The text was updated successfully, but these errors were encountered: