[Modify] Replace it

This commit is contained in:
sta 2017-07-06 15:37:14 +09:00
parent 058b5d94a0
commit a98ad15e00

View File

@ -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