Here is the result of "wget -t 1 -T 10 -d
http://www.admin.edt.fr/supervision/test.jsp"; command on HP-UX with version
1.8.1 and 1.9.1
With version 1.9.1, time out never occurs

See below

Best regards

Nicolas Varney

 A test with wget 1.8.1 on HP-UX :

# wget -t 1 -T 10 -d http://www.admin.edt.fr/supervision/test.jsp
DEBUG output created by Wget 1.8.1 on hpux11.00.

--09:30:37--  http://www.admin.edt.fr/supervision/test.jsp
           => `test.jsp'
Resolving www.admin.edt.fr... done.
Caching www.admin.edt.fr => 217.167.17.27 217.167.17.28
Connecting to www.admin.edt.fr[217.167.17.27]:80... connected.
Created socket 3.
Releasing 4000bfb0 (new refcount 1).
---request begin---
GET /supervision/test.jsp HTTP/1.0
User-Agent: Wget/1.8.1
Host: www.admin.edt.fr
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
Read error (Connection timed out) in headers.
Closing fd 3
Giving up.

The same test with wget 1.9.1

#  wget -t 1 -T 10 -d http://www.admin.edt.fr/supervision/test.jsp
DEBUG output created by Wget 1.9.1 on hpux11.00.

--09:29:03--  http://www.admin.edt.fr/supervision/test.jsp
           => `test.jsp'
Resolving www.admin.edt.fr... 217.167.17.27, 217.167.17.28
Caching www.admin.edt.fr => 217.167.17.27 217.167.17.28
Connecting to www.admin.edt.fr[217.167.17.27]:80... connected.
Created socket 3.
Releasing 4001c7c0 (new refcount 1).
---request begin---
GET /supervision/test.jsp HTTP/1.0
User-Agent: Wget/1.9.1
Host: www.admin.edt.fr
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...


Reply via email to