Reduce Logspam
This commit is contained in:
parent
b18f8e4059
commit
2f36701fef
@ -165,7 +165,7 @@ public partial class Server : GlobalBase, IDisposable
|
||||
{
|
||||
if (!request.HasEntityBody)
|
||||
{
|
||||
Log("No request body");
|
||||
//Nospam Log("No request body");
|
||||
return new Dictionary<string, string>();
|
||||
}
|
||||
Stream body = request.InputStream;
|
||||
|
Loading…
Reference in New Issue
Block a user