We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refer to man 2 sendfile:
man 2 sendfile
ERRORS ESPIPE offset is not NULL but the input file is not seek(2)-able.
sendfile syscall should return ESPIPE when the offset is not null, but inFile is not seekable.
The text was updated successfully, but these errors were encountered:
Patch to review: https://gvisor-review.googlesource.com/c/gvisor/+/2480
Sorry, something went wrong.
Fixed by 3131a6b
No branches or pull requests
Refer to
man 2 sendfile
:sendfile syscall should return ESPIPE when the offset is not null, but inFile is not seekable.
The text was updated successfully, but these errors were encountered: