[Fix] Replace it (back to the original)

Fix for issue #235
This commit is contained in:
sta 2016-03-29 16:28:45 +09:00
parent 0a919b4e09
commit c10e5a7049

View File

@ -782,8 +782,7 @@ namespace WebSocketSharp.Net
return;
_listening = false;
EndPointManager.RemoveListener (this);
sendServiceUnavailable ();
close (false);
}
#endregion