Alex Gian <[EMAIL PROTECTED]> writes:

> When I try to use it from Oz (code below, after C), it ONLY finds and 
> fetches URLs on my local home network!  All the others return a curl 
> code 7 (can't connect).  At first  I thought nothing worked, but then I 
> realised that it was OK with local net addresses.  Too weird for me.

it works fine for me.  I was not able to find a way to make it fail (except that
I had to set CURLOPT_FOLLOWLOCATION for certain urls - but that's expected).

Cheers,

PS: btw, do NOT ever return OZ_FAILED: that value is only meaningful for
propagators.  For ordinary primitives, you may either return PROCEED
(i.e. return values successfully) or raise an exception, but FAILED is not an
option.

-- 
Dr. Denys Duchier - IRI & LIFL - CNRS, Lille, France
+33 (0)6 25 78 25 74    http://www.lifl.fr/~duchier/
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to