mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
* resolves: https://github.com/nextcloud/documentation/issues/9574 Some clients like DAVx5 use chunked transfer encoding. PHP-FPM does not support this[1] because it requires to comply with the CGI standard - 20+ years old - which enforces a Content-Length header. So we need to buffer the whole request until passing it to PHP-FPM. Without this 0-byte files would be created on Nextcloud as PHP-FPM will not only set content-length to 0 but also does not pass the body data stream. [1] https://bugs.php.net/bug.php?id=51191 and https://github.com/php/php-src/pull/7509 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |
||
|---|---|---|
| .. | ||
| _templates | ||
| ai | ||
| configuration_database | ||
| configuration_files | ||
| configuration_mimetypes | ||
| configuration_server | ||
| configuration_user | ||
| desktop | ||
| exapps_management | ||
| file_workflows | ||
| gdpr | ||
| groupware | ||
| images | ||
| installation | ||
| issues | ||
| maintenance | ||
| office | ||
| reference | ||
| release_notes | ||
| webhook_listeners | ||
| windmill_workflows | ||
| apps_management.rst | ||
| conf.py | ||
| contents.rst | ||
| index.rst | ||
| make.bat | ||
| Makefile | ||
| occ_command.rst | ||
| release_notes.rst | ||
| release_schedule.rst | ||