On Tue, Aug 08, 2000 at 01:18:27AM -0400, [EMAIL PROTECTED] wrote:
> I been using LWP to retrieve selective web pages and it seems not to do a
> very good job with it. Many URL's it just seems to hang and become
> non-responsive till I step in and kill it :(
[...]
> $req = HTTP::Request->new(GET => 'http://www.stinky.com/alex/resume.html');
[times out]
Try this:
% telnet www.stinky.com 80
Trying 206.161.233.76...
Connected to digiweb.stinky.com.
Escape character is '^]'.
GET /alex/resume.html HTTP/1.0
[produces, after a minute or so:]
Error: 500 Cache Detected Error
So it has nothing to do with LWP.
--
Reinier Post