in reply to Re: HTTP GET without LWP
in thread HTTP GET without LWP

Don't send HTTP/1.1 unless you're prepared to implement it properly. If you do, the server will expect to keep the connection open. The Host: header is supported just fine with HTTP/1.0, which will drop the connection as soon as the transfer is complete.

--isotope
http://www.skylab.org/~isotope/