[Modify] Polish it
This commit is contained in:
		@@ -915,7 +915,9 @@ namespace WebSocketSharp.Net
 | 
			
		||||
      _state = response ? HttpHeaderType.Response : HttpHeaderType.Request;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private void doWithoutCheckingName (Action <string, string> action, string name, string value)
 | 
			
		||||
    private void doWithoutCheckingName (
 | 
			
		||||
      Action <string, string> action, string name, string value
 | 
			
		||||
    )
 | 
			
		||||
    {
 | 
			
		||||
      checkRestricted (name);
 | 
			
		||||
      action (name, checkValue (value));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user