Closed github-actions[bot] closed 2 years ago
Determine why returnCode can be -1 or 1 even though statusCode is 200 in both cases
https://github.com/VolantisDev/Launchpad/blob/1360aacde2bf3249d4a6fd3e9148d95f2e66ec2e/Lib/Shared/DataLib/HttpReq/WinHttpReq.ahk#L53
this.statusCode := WinHttpReq.winHttp.Status() this.returnCode := returnCode ; TODO: Determine why returnCode can be -1 or 1 even though statusCode is 200 in both cases return this.statusCode == 200 ? -1 : 1 } ProcessHeaders(oHTTP) {
962d46d360ecab2fade21e38d6613a261e061761
Determine why returnCode can be -1 or 1 even though statusCode is 200 in both cases
https://github.com/VolantisDev/Launchpad/blob/1360aacde2bf3249d4a6fd3e9148d95f2e66ec2e/Lib/Shared/DataLib/HttpReq/WinHttpReq.ahk#L53
962d46d360ecab2fade21e38d6613a261e061761