Files
RustPython/vm
Dean Li 3bb4e5d808 os: fix sendfile for macos
In python, `count` in `sendfile` doesn't include nbytes in headers or trailers.
But in `nix::sys::sendfile::sendfile` does.

From nix doc,
```
If any headers are specified and `count` is non-zero,
the length of the headers will be counted in the limit of total bytes sent.
```
2021-08-14 07:57:05 +08:00
..
2021-04-11 17:38:44 -05:00
2021-08-14 07:57:05 +08:00
2018-07-07 17:14:45 +02:00
2021-07-31 10:49:39 -05:00
2021-08-10 20:31:39 +08:00