[Modify] Replace it

This commit is contained in:
sta 2020-12-07 21:02:17 +09:00
parent b858df112d
commit 6184f51ce3

View File

@ -325,7 +325,9 @@ namespace WebSocketSharp.Net
return;
}
conn.SendError (null, 404);
conn._context.ErrorStatus = 404;
conn._context.SendError ();
return;
}