Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer-read-default: handle gracefully eof and partial reads
When some data is read (but not all), return a non-NIL value: - :end-of-file when no data is read - :truncated when some (but not all) data is read This change in behavior was proposed and initially implemented by Alastair Bridgewater here: #203.
- Loading branch information