rust-lang-nursery / unix-socket

Unix socket support for Rust
Apache License 2.0
54 stars 18 forks source link

UnixListener::try_clone #11

Closed mohtar closed 9 years ago

mohtar commented 9 years ago

Shouldn't the UnixListener::try_clone method return UnixListener? In the current API it returns UnixStream instead.

sfackler commented 9 years ago

Oops, thanks!