[Bug 282495] Linuxulator sendfile returns EAGAIN repeatedly, actually repeatingly sending (the same) data
Date: Tue, 05 Nov 2024 02:00:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282495
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Assignee|bugs@FreeBSD.org |markj@FreeBSD.org
--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to pieter from comment #2)
I see now, thanks.
> So either linux_sendfile should return the amount of bytes sent and no error, OR not actually send any data and return EAGAIN and -1.
Got it. I believe this patch will fix it, though I haven't tested it yet:
https://reviews.freebsd.org/D47447
--
You are receiving this mail because:
You are the assignee for the bug.