Similarly to the recent commit to do this for networking, there's no reason that a read on a file descriptor should continue reading until the entire buffer is full. This makes sense when dealing with literal files, but when dealing with things like stdin this doesn't make sense. |
||
|---|---|---|
| .. | ||
| file.rs | ||
| mod.rs | ||
| net.rs | ||
| process.rs | ||