In a message dated 12/6/01 1:00:14 PM Pacific Standard Time, 
[EMAIL PROTECTED] writes:


> I've been staring at the code some more.  We will skip the select() if
> you set timeout to 0.  Have you done that?  I think that must be
> considered a bug anyway.
> 

You've hit the nail on the head! 
The details: I was (stupidly) subclassing LWP::UserAgent which resulted in 
$special_ua->timeout() to return undef. Therefore no select, therefore the 
error.

Now, while the error on http is gone (because i fixed the timeout()), it 
still shows on https requests. I'll investigate some more, thanks so much for 
your help!

-- Mike

Reply via email to