Servo uses `old_io::TcpStream::clone`; [the RFC](https://github.com/rust-lang/rfcs/blob/master/text/0517-io-os-reform.md#tcp) claims it will be replaced by `TcpStream::duplicate`, which doesn't exist.