[Modify] Remove it

This commit is contained in:
sta 2016-04-18 14:52:07 +09:00
parent 3e6646f365
commit f36083f8ff

View File

@ -303,12 +303,8 @@ namespace WebSocketSharp.Net
}
conn._contextBound = true;
if (!lsnr.RegisterContext (conn._context)) {
if (!lsnr.RegisterContext (conn._context))
conn._contextBound = false;
conn.close ();
return;
}
return;
}