Don't fail in TcpStream.flush
This commit is contained in:
parent
8cf60de758
commit
412ab49557
@ -93,7 +93,7 @@ impl Writer for TcpStream {
|
||||
}
|
||||
}
|
||||
|
||||
fn flush(&mut self) { fail!() }
|
||||
fn flush(&mut self) { /* no-op */ }
|
||||
}
|
||||
|
||||
pub struct TcpListener(~RtioTcpListenerObject);
|
||||
|
Loading…
x
Reference in New Issue
Block a user