Skip to content
Commit 87f80d62 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: handle connect -EINPROGRESS like -EAGAIN



Right now we return it to userspace, which means the application has
to poll for the socket to be writeable. Let's just treat it like
-EAGAIN and have io_uring handle it internally, this makes it much
easier to use.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6c6b3549
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment