Jump to content

Recommended Posts

Posted
On 10/16/2025 at 8:55 PM, Parsix said:

problem 3:

 

3 - After calling the example function, the command after the example function will not be executed until the opened browser window is closed.

 

i checked all functions and find problem is _WinHttpSendRequest func in WinHttp.au3 and this line :

Local $aCall = DllCall($hWINHTTPDLL__WINHTTP, "bool", "WinHttpSendRequest", _
            "handle", $hRequest, _
            "wstr", $sHeaders, _
            "dword", 0, _
            "ptr", $pOptional, _
            "dword", $iOptionalLength, _
            "dword", $iTotalLength, _
            "dword_ptr", $iContext)

it is very slow 

Anybody have solution?

 

problem

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...