Modified a few for EndPointManager.cs
This commit is contained in:
parent
47e859f57f
commit
cd10c21112
@ -94,7 +94,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
private static IPAddress convertToAddress (string hostName)
|
||||
{
|
||||
if (hostName == "*")
|
||||
if (hostName == "*" || hostName == "+")
|
||||
return IPAddress.Any;
|
||||
|
||||
IPAddress addr;
|
||||
|
Loading…
Reference in New Issue
Block a user