mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-21 01:39:31 +00:00
fixed a bug caused by http message fragmentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user