[Modify] Polish it
This commit is contained in:
		@@ -811,7 +811,10 @@ namespace WebSocketSharp.Net
 | 
			
		||||
 | 
			
		||||
    private void checkRestricted (string name)
 | 
			
		||||
    {
 | 
			
		||||
      if (!_internallyUsed && isRestricted (name, true))
 | 
			
		||||
      if (_internallyUsed)
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
      if (isRestricted (name, true))
 | 
			
		||||
        throw new ArgumentException ("This header must be modified with the appropiate property.");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user