Skip to content
New issue

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

io_uring based close() instead standard one #1

Open
lukaszml opened this issue Jun 11, 2022 · 1 comment
Open

io_uring based close() instead standard one #1

lukaszml opened this issue Jun 11, 2022 · 1 comment

Comments

@lukaszml
Copy link

Currently client handling methods uses the standard 'close' function to close the connection after sending data.
Due to the fact that in HTTP protocol, closing a connection is a common as accepting, it might be a good to implement 'close' using io_uring.
https://unixism.net/loti/ref-liburing/submission.html#c.io_uring_prep_close

@GeorgiyX
Copy link
Owner

Thanks, I'll fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants