mirror of
https://github.com/netchx/netch.git
synced 2026-03-20 18:19:44 +08:00
更新 Controller类
改善错误输出
This commit is contained in:
@@ -20,7 +20,6 @@ namespace Netch.Controllers
|
||||
public HTTPController()
|
||||
{
|
||||
Name = "HTTP";
|
||||
Ready = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -31,8 +30,6 @@ namespace Netch.Controllers
|
||||
/// <returns>是否启动成功</returns>
|
||||
public override bool Start(Server server, Mode mode)
|
||||
{
|
||||
if (!Ready) return false;
|
||||
|
||||
RecordPrevious();
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user