[Modify] Polish it
This commit is contained in:
		@@ -390,14 +390,12 @@ namespace WebSocketSharp.Net
 | 
				
			|||||||
          return true;
 | 
					          return true;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      var prefs = _unhandled;
 | 
					      listener = searchHttpListenerFromSpecial (path, _unhandled);
 | 
				
			||||||
      listener = searchHttpListenerFromSpecial (path, prefs);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (listener != null)
 | 
					      if (listener != null)
 | 
				
			||||||
        return true;
 | 
					        return true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      prefs = _all;
 | 
					      listener = searchHttpListenerFromSpecial (path, _all);
 | 
				
			||||||
      listener = searchHttpListenerFromSpecial (path, prefs);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      return listener != null;
 | 
					      return listener != null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user