You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: