[Modify] Remove it
This commit is contained in:
		@@ -902,25 +902,6 @@ namespace WebSocketSharp.Net
 | 
			
		||||
      return value;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private void doWithCheckingState (
 | 
			
		||||
      Action <string, string> action,
 | 
			
		||||
      string name,
 | 
			
		||||
      string value,
 | 
			
		||||
      bool response,
 | 
			
		||||
      bool setState
 | 
			
		||||
    )
 | 
			
		||||
    {
 | 
			
		||||
      checkState (response);
 | 
			
		||||
      action (name, value);
 | 
			
		||||
 | 
			
		||||
      setState = setState && _state == HttpHeaderType.Unspecified;
 | 
			
		||||
 | 
			
		||||
      if (!setState)
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
      _state = response ? HttpHeaderType.Response : HttpHeaderType.Request;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private void doWithoutCheckingName (
 | 
			
		||||
      Action <string, string> action, string name, string value
 | 
			
		||||
    )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user