mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Bugfix
This commit is contained in:
@ -240,7 +240,7 @@ namespace Esyur.Net.Packets
|
||||
|
||||
// check limit
|
||||
if (postSize > data.Length - headerSize)
|
||||
return postSize - (data.Length - headerSize);
|
||||
return -(postSize - (data.Length - headerSize));
|
||||
|
||||
|
||||
if (Headers["content-type"].StartsWith("application/x-www-form-urlencoded")
|
||||
|
Reference in New Issue
Block a user