From d1493f11826dc239738dfc3eb19c1cb0fc783707 Mon Sep 17 00:00:00 2001 From: lightbulblighter <59720715+lightbulblighter@users.noreply.github.com> Date: Mon, 6 Jun 2022 03:15:30 -0700 Subject: [PATCH] fix weird edge case --- PolygonClientUtilities/Http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PolygonClientUtilities/Http.cpp b/PolygonClientUtilities/Http.cpp index cb36df8..0fc0983 100644 --- a/PolygonClientUtilities/Http.cpp +++ b/PolygonClientUtilities/Http.cpp @@ -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())