Reduce Logspam

This commit is contained in:
Glax 2024-08-10 21:25:24 +02:00
parent b18f8e4059
commit 2f36701fef

View File

@ -165,7 +165,7 @@ public partial class Server : GlobalBase, IDisposable
{ {
if (!request.HasEntityBody) if (!request.HasEntityBody)
{ {
Log("No request body"); //Nospam Log("No request body");
return new Dictionary<string, string>(); return new Dictionary<string, string>();
} }
Stream body = request.InputStream; Stream body = request.InputStream;