Closed
Description
https://doc.rust-lang.org/std/net/struct.TcpStream.html
According to source code, read_to_end(), read_to_string() and read_exact() won't work properly in non-blocking mode (they hit WouldBlock and start misbehaving). If it's an expected behaviour then it should be noted in the docs.