fixed a bug caused by http message fragmentation

This commit is contained in:
Alexandru Macocian
2020-03-23 22:43:02 +01:00
parent a6c056a715
commit e5544bce2e
+2 -1
View File
@@ -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);