Hey!
First of all, thanks for this great function, I use it every day, and it's been working great.
But I've been experiencing a small inconvenience since I've started using the function:
My CPU load gets really high for a few (5-10) seconds, I can't even stop AHK until after the function completed.
I wonder if anyone experienced anything like this?
The problem occurs when calling HttpSendRequestA:
Code:
sRequest := DllCall("WinINet\HttpSendRequestA"
, "uInt",hRequest,"Str","", "uInt",0
, "Str","","uInt",0)
And right after the dllcall finished, the CPU usage falls back to normal.
I don't really know if this is OS/wininet version-specific but I'd really like to solve this, it's bugging the hell out of me.
Here are the specifications of the environment in which I experience the problem:
httpQuery version:
0.3.4
0.3.5
Win version:
Microsoft Windows XP Professional
5.1.2600 Service Pack 2 build 2600
CPU:
x86 Family 15 Model 2 Stepping 7 GenuineIntel ~2205 Mhz
Wininet:
wininet.dll
7.0.6000.20696
806 kB
C:\WINDOWS\system32
Microsoft Corporation
Cheers
gahks