|
Posted by on November 22, 2006, 12:29 pm
If you were Registered and logged in, you could reply and use other advanced thread options
Hi,
Im using a health check script on the alteon to check a real server:
open "80,tcp"
send "GET / HTTP/1.1 \r\n\r\n"
expect "HTTP/1.1 200 OK"
close
Ive read you can increase the time it waits for the reponse using the
wait "100" timer in milliseconds in the script.However it doesnt say
anywhere what the default is, does anyone know?
|