Closed mohtar closed 9 years ago
Shouldn't the UnixListener::try_clone method return UnixListener? In the current API it returns UnixStream instead.
UnixListener::try_clone
UnixListener
UnixStream
Oops, thanks!
Shouldn't the
UnixListener::try_clone
method returnUnixListener
? In the current API it returnsUnixStream
instead.