This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Do a case-insensitive compare on core http headers in windows network code
tags/2021-05-28
hogliux
9 years ago
parent
b729764ba6
commit
2f36d03d1d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/native/juce_win32_Network.cpp
+ 1
- 1
modules/juce_core/native/juce_win32_Network.cpp
View File
@@ -53,7 +53,7 @@ public:
if (! isError())
{
DWORD bufferSizeBytes = 4096;
StringPairArray dataHeaders
(false)
;
StringPairArray dataHeaders;
for (;;)
{
Write
Preview
Loading…
Cancel
Save