[Modify] Remove it
This commit is contained in:
parent
502641cf11
commit
b64f8ebaa2
@ -528,21 +528,6 @@ namespace WebSocketSharp.Net
|
||||
|
||||
#region Internal Methods
|
||||
|
||||
internal bool AddConnection (HttpConnection connection)
|
||||
{
|
||||
if (!_listening)
|
||||
return false;
|
||||
|
||||
lock (_connectionsSync) {
|
||||
if (!_listening)
|
||||
return false;
|
||||
|
||||
_connections[connection] = connection;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
internal HttpListenerAsyncResult BeginGetContext (
|
||||
HttpListenerAsyncResult asyncResult
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user