[Modify] Remove it
This commit is contained in:
parent
782cbee729
commit
37a38b3d26
@ -876,11 +876,6 @@ namespace WebSocketSharp.Server
|
|||||||
return lsnr;
|
return lsnr;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string getHost (Uri uri)
|
|
||||||
{
|
|
||||||
return uri.HostNameType == UriHostNameType.IPv6 ? uri.Host : uri.DnsSafeHost;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void init (
|
private void init (
|
||||||
string hostname, System.Net.IPAddress address, int port, bool secure
|
string hostname, System.Net.IPAddress address, int port, bool secure
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user