Timeout in (get-url)
Posted: Sat Jun 14, 2008 1:04 pm
Hi,
According to the manual:
...we are waiting forever for an answer. It seems that the timeout does not really expire...? Also for other URL's this seems to be a problem. Am I doing something wrong?
Peter
According to the manual:
Now if I run the following using a random IP address:(get-url "http://www.nuevatec.com" 3000)
The optional argument int-timeout can specify a value in milliseconds. If no data is available from the host after the specified timeout, get-url returns the string ERR: timeout. When other error conditions occur, get-url returns a string starting with ERR: and the description of the error.
Code: Select all
(get-url "http://11.12.13.16" 50)
Peter