HTLoadToFile usage with IPV6

Hi All,

when I Call 
HTLoadToFile ("http://192.168.1.88:80/crl.pem",req,out);

it works fine.

But when I call

HTLoadToFile ("http://[3333::1111]:8080/crl.pem",req,out);

It says

========================================

% Looking Up [3333

Fatal Error:Can't locate remote host([3333)

Reason:gethostbyname operation failed(Resource temporarily unavailable)

=========================================

I think while parsing Ipv6 address,on encountering "::",parser sees it as ":port",take only the first portion of Ipv6 address.



Could some one please help me.

Thanks.

Regards

Padma Sekar

Received on Wednesday, 27 August 2003 05:12:54 UTC