Modify

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)

Test.au3 (1.2 KB ) - added by J-Paul Mesnage 17 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Valik, 17 years ago

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

comment:2 by J-Paul Mesnage, 17 years ago

added test script email by psandu.ro

for me the script work with or without the _InetGetSource

by J-Paul Mesnage, 17 years ago

Attachment: Test.au3 added

comment:3 by J-Paul Mesnage, 17 years ago

Resolution: Works For Me
Status: newclosed

comment:4 by J-Paul Mesnage, 17 years ago

Resolution: Works For Me
Status: closedreopened

reopen as the test must be done thru a proxy as diagnose by psandu.ro

in reply to:  4 comment:5 by Valik, 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 Valik, 17 years ago

Milestone: 3.3.1.0
Resolution: Fixed
Status: reopenedclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.