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
{{ message }}
This repository has been archived by the owner on May 6, 2018. It is now read-only.
Because this function is unrelated to TCP shutdown (and the AsyncWrite::shutdown impl for TcpStream does not call shutdown), the name of the function is very confusing.
Cool. Why is shutdown for TcpStream not calling TCP shutdown?
Other than this, I'd vote for poll_close (why the _ready?). I find start_close confusing, given that one is expected to call it until it returns Async::Ready.
Because this function is unrelated to TCP shutdown (and the
AsyncWrite::shutdown
impl forTcpStream
does not call shutdown), the name of the function is very confusing.A couple of options:
finalize
prepare_for_close
poll_close_ready
start_close
Related: #73.
The text was updated successfully, but these errors were encountered: