mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -1615,7 +1615,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
return null;
|
||||
}
|
||||
|
||||
byte[] buffer = new byte[0];
|
||||
byte[] buffer = Array.Empty<byte>();
|
||||
if (llsdResponse.ToString() == "shutdown404!")
|
||||
{
|
||||
response.ContentType = "text/plain";
|
||||
|
||||
Reference in New Issue
Block a user