Hi,

when I want to see http-headers with option -S I get this:


$ wget -S --spider --proxy=off http://localhost/
--16:29:36--  http://localhost/
           => `index.html'
Connecting to localhost:80... connected!
HTTP request sent, awaiting response... 200 OK
2 Content-type: application/x-ns-proxy-autoconfig
3 
200 OK



The "HTTP/1.0" is not printed, the status "200 OK" is printed directly
after the ... and the line numbering starts with 2. Maybe its just my
opinion about esthetics, but I would like to see an output like that:



$ wget -S --spider --proxy=off http://localhost/
--16:29:36--  http://localhost/
           => `index.html'
Connecting to localhost:80... connected!
HTTP request sent, awaiting response...
1 HTTP/1.0 200 OK
2 Content-type: application/x-ns-proxy-autoconfig
3 
200 OK


Maybe this is possible in the next version? 

Many thanks for this great and usefull tool!

Bye!

-- 
   _/ _/ _/  Emil Obermayr  QEDEMOB @ EED/E/P/L
  _/ _/ _/   fone +49-5121-707-356  fax: -170
 _/ _/ _/    http://www.ericsson.de/ecc/fue/standort.html#hildeshm
_/ _/ _/     Ericsson Eurolab Deutschland GmbH,  Hildesheim,  Germany

Reply via email to