internal void RemoveConnection(HttpConnection connection) { lock (_connectionsSync) _connections.Remove(connection); }