nextcloud-server/lib/private/Files/Stream
Josh bd43cb7d04
fix(files): decrement quota by actual bytes written in stream_write
The quota is now decremented by the actual number of bytes written ($written) rather than the intended size.

This ensures quota tracking stays accurate even if fwrite writes fewer (or more - i.e. from underlying buffering/etc) bytes than requested.

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-10-13 18:26:48 +07:00
..
Encryption.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
HashWrapper.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Quota.php fix(files): decrement quota by actual bytes written in stream_write 2025-10-13 18:26:48 +07:00
SeekableHttpStream.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00