1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Do a case-insensitive compare on core http headers in windows network code

This commit is contained in:
hogliux 2016-07-05 10:20:12 +01:00
parent b729764ba6
commit 2f36d03d1d

View file

@ -53,7 +53,7 @@ public:
if (! isError())
{
DWORD bufferSizeBytes = 4096;
StringPairArray dataHeaders (false);
StringPairArray dataHeaders;
for (;;)
{