[Modify] Replace it
This commit is contained in:
		@@ -875,7 +875,7 @@ namespace WebSocketSharp
 | 
				
			|||||||
          continue;
 | 
					          continue;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (separator.Contains (c)) {
 | 
					        if (separator.IndexOf (c) > -1) {
 | 
				
			||||||
          if (quoted)
 | 
					          if (quoted)
 | 
				
			||||||
            continue;
 | 
					            continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user