Opened 17 years ago
Closed 17 years ago
#854 closed Bug (Fixed)
InetGetSize
| Reported by: | psandu.ro | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.1.0 | Component: | AutoIt |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Cc: |
Description
#include <Inet.au3>
$a = InetGetSize("http://address/version.dat")
If $a > 0 Then
_INetGetSource('www.google.com')
$b = InetGetSize("http://" & $user & ":" & $pass & "@address/download/fis.upd"
MsgBox(262144, 'Size:', $b)
EndIf
-without _INetGetSource('www.google.com')
always $b=0
why?
pls help
thanks.
Attachments (1)
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
added test script email by psandu.ro
for me the script work with or without the _InetGetSource
by , 17 years ago
comment:3 by , 17 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
follow-up: 5 comment:4 by , 17 years ago
| Resolution: | Works For Me |
|---|---|
| Status: | closed → reopened |
reopen as the test must be done thru a proxy as diagnose by psandu.ro
comment:5 by , 17 years ago
Replying to Jpm:
reopen as the test must be done thru a proxy as diagnose by psandu.ro
If that is true then we need more details.
comment:6 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Resolution: | → Fixed |
| Status: | reopened → closed |
I'm going to go out on a limb and say this is fixed in 3.3.1.0 (the beta we'll eventually release). When fixing another proxy-related issue I discovered that InetGetSize() did not go through a proxy at all. In 3.3.1.0 this has been fixed.

Please read WikiStart. We must be able to reproduce an issue to fix it.