[Modify] Remove it
This commit is contained in:
		@@ -470,14 +470,6 @@ namespace WebSocketSharp.Net
 | 
				
			|||||||
      return c >= '0' && c <= '9';
 | 
					      return c >= '0' && c <= '9';
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private static bool isUnreserved (byte b)
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      return b == 42
 | 
					 | 
				
			||||||
             || b == 45
 | 
					 | 
				
			||||||
             || b == 46
 | 
					 | 
				
			||||||
             || b == 95;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    private static bool isUnreserved (char c)
 | 
					    private static bool isUnreserved (char c)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      return c == '*'
 | 
					      return c == '*'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user