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

Desktop client should disable chunking if bigfilechunking capability is false #7849

Closed
PVince81 opened this issue Apr 22, 2020 · 1 comment
Closed

Comments

@PVince81
Copy link
Contributor

See related owncloud/ocis#195

Whenever the capability "bigfilechunking" is set to false, the desktop client must not attempt to use the chunking v1 algorithm (this one

headers[QByteArrayLiteral("OC-Chunked")] = QByteArrayLiteral("1");
)

the capability attribute is in:

"ocs": {
    "data": {
      ...
      "capabilities": {
        ...
        "files": {
          ...
          "bigfilechunking": false,
        },

I guess the check was never implemented in the desktop client as chunking v1 was always supported by OC from start. So now dealing with OCIS with no or broken support makes this check necessary.

@michaelstingl @TheOneRing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants