Sendfile with io_uring (almost)
Inspired by the flurry of discussions around io_uring development, I wanted to try writing a basic efficient HTTP file server with liburing, and especially with sendfile functionality, since it was “left as an exercise for the reader”.