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