mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case. |
||
|---|---|---|
| .. | ||
| data | ||
| lib | ||
| apps.php | ||
| bootstrap.php | ||
| enable_all.php | ||
| karma.config.js | ||
| phpunit-autotest.xml | ||
| phpunit.xml.dist | ||
| preseed-config.php | ||
| startsessionlistener.php | ||
| testcleanuplistener.php | ||