https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232210
Gleb Smirnoff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #2 from Gleb Smirnoff <[email protected]> --- That's a good catch, but I don't fully agree on the patch. Some return values of sendfile aren't errors, and the patch doesn't cover them. If sendfile returns EAGAIN, which is normal for non-blocking socket, we again ignore copyout error. I think we should take in copyout error always. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
