[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; return;
_listening = false; _listening = false;
EndPointManager.RemoveListener (this); close (false);
sendServiceUnavailable ();
} }
#endregion #endregion