mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
server also should return error if failure
This commit is contained in:
@@ -168,4 +168,5 @@ fn main() {
|
||||
.ok().expect("`threads` should be an integer");
|
||||
|
||||
RelayServer::new(config).run(threads);
|
||||
panic!("Server should never ends");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user