Don't fail in TcpStream.flush
This commit is contained in:
parent
8cf60de758
commit
412ab49557
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ impl Writer for TcpStream {
|
|||
}
|
||||
}
|
||||
|
||||
fn flush(&mut self) { fail!() }
|
||||
fn flush(&mut self) { /* no-op */ }
|
||||
}
|
||||
|
||||
pub struct TcpListener(~RtioTcpListenerObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue