Make SetDeadline on NetConn not always close Conn
NetConn has to close the connection to interrupt in progress reads and writes. However, it can block reads and writes that occur after the deadline instead of closing the connection. Closes #228
Loading
Please register or sign in to comment