[Modify] Replace it
This commit is contained in:
parent
058b5d94a0
commit
a98ad15e00
@ -287,8 +287,7 @@ namespace WebSocketSharp.Server
|
||||
throw new ArgumentOutOfRangeException ("port", msg);
|
||||
}
|
||||
|
||||
var host = convertToString (address);
|
||||
init (host, address, port, secure);
|
||||
init (address.ToString (true), address, port, secure);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user