diff --git a/MTSC/ServerSide/Handlers/HttpHandler.cs b/MTSC/ServerSide/Handlers/HttpHandler.cs index 34c1c66..1b5d17b 100644 --- a/MTSC/ServerSide/Handlers/HttpHandler.cs +++ b/MTSC/ServerSide/Handlers/HttpHandler.cs @@ -139,7 +139,8 @@ namespace MTSC.ServerSide.Handlers ex is IncompleteRequestBodyException || ex is IncompleteRequestQueryException || ex is IncompleteRequestURIException || - ex is IncompleteRequestException) + ex is IncompleteRequestException || + ex is InvalidPostFormException) { server.LogDebug(ex.Message); server.LogDebug(ex.StackTrace);