mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-06 19:04:18 +02:00
Reduce Logspam
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user