mirror of
https://github.com/Drop-OSS/libtailscale-drop.git
synced 2026-07-01 14:40:46 -04:00
fix test
This commit is contained in:
+1
-1
@@ -415,7 +415,7 @@ impl ServerBuilder {
|
||||
/// let mut listener = ts.listen(Network::Tcp, ":1999").unwrap();
|
||||
///
|
||||
/// // accept connections and process them serially
|
||||
/// for stream in listener.incoming() {
|
||||
/// for stream in listener {
|
||||
/// handle_client(stream?);
|
||||
/// }
|
||||
/// Ok(())
|
||||
|
||||
Reference in New Issue
Block a user