mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
Reduce Logspam
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user