in reply to Re: Occasional Read Timeout with Mech
in thread Occasional Read Timeout with Mech

"..that's a sub that could be called from anywhere, including a DNS lookup.." - the timeout in IO::Socket objects does not account for DNS lookups. The same is true for LWP::UserAgent and WWW::Mechanize, which just use the timeout from IO::Socket.
  • Comment on Re^2: Occasional Read Timeout with Mech