fix weird edge case

This commit is contained in:
lightbulblighter 2022-06-06 03:15:30 -07:00
parent 9ec7686a6f
commit d1493f1182
No known key found for this signature in database
GPG Key ID: 0B2452F9DE0E2D01
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void __fastcall Http__httpGetPostWinInet_hook(Http* _this, void*, bool isPost, i
for (auto& pair : source)
{
fixed[pair.first] = pair.second;
fixed[Util::toLower(pair.first)] = pair.second;
}
if (fixed.find("id") != fixed.end())