libwww-perl-5.65: non-blocking read errors

2002-11-05 Thread Dave Mitchell
Hi, In libwww-perl-5.65 on solaris, I get occasional errors which seem to imply that the socket has been set for non-blocking I/O, but sysread() in Net::HTTP::my_read() is returning EAGAIN and the code is not handling this. Is this a known problem, or is it worth me looking into it further? Than

Re: LWP timeout

2002-11-05 Thread andres finlandes
Hello The UserAgent has "timeout" attribute: ua->timeout(new_valor); Hope this helps. Andres. From: Giuseppe Torelli <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>libwww Subject: LWP timeout Date: Tue, 5 Nov 2002 08:31:31 + Hi, I have a code like this: $ua = LWP::UserAgent->new;