1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-07-06 19:04:18 +02:00

Reduce Logspam

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

@ -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;