mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
`content.Len()` would return `0` bytes after a file was fully read. Since the buffer `Len` function returns the length of the unread portion.
`content.Len()` would return `0` bytes after a file was fully read. Since the buffer `Len` function returns the length of the unread portion.