We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that I was unable to sync large files using my OdroidXU4. Uploading to the Server was fine but synchronizing these files to another device failed. By checking the corresponding line in the source. I made a "small fix" but I'm not sure if it is a good idea to remove this limit https://github.com/nextcloud/3rdparty/blob/18adb82bab030a0af41e66e421a90d123a21a8f2/sabre/http/lib/Sapi.php#L78
stream_copy_to_stream($body, $output);//, $contentLength);
I would love to have some opinions on this. Is this security critical?
The text was updated successfully, but these errors were encountered:
Duplicate of #1707
See #1707 (comment)
Sorry, something went wrong.
No branches or pull requests
I noticed that I was unable to sync large files using my OdroidXU4.
Uploading to the Server was fine but synchronizing these files to another device failed.
By checking the corresponding line in the source. I made a "small fix"
but I'm not sure if it is a good idea to remove this limit
https://github.com/nextcloud/3rdparty/blob/18adb82bab030a0af41e66e421a90d123a21a8f2/sabre/http/lib/Sapi.php#L78
stream_copy_to_stream($body, $output);//, $contentLength);
I would love to have some opinions on this. Is this security critical?
The text was updated successfully, but these errors were encountered: