[Modify] Polish it
This commit is contained in:
		@@ -806,8 +806,7 @@ namespace WebSocketSharp.Net
 | 
			
		||||
        if (basicId.Password != cred.Password)
 | 
			
		||||
          return null;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      if (scheme == AuthenticationSchemes.Digest) {
 | 
			
		||||
      else {
 | 
			
		||||
        var digestId = (HttpDigestIdentity) id;
 | 
			
		||||
        if (!digestId.IsValid (cred.Password, realm, method, null))
 | 
			
		||||
          return null;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user