in reply to Re^2: Enabling timeout method in LWP::UserAgent
in thread Enabling timeout method in LWP::UserAgent

Strange,

Im not getting the 3 minute timeout your still experiencing with the above code.

Martin
  • Comment on Re^3: Enabling timeout method in LWP::UserAgent

Replies are listed 'Best First'.
Re^4: Enabling timeout method in LWP::UserAgent
by pg (Canon) on Jul 28, 2005 at 01:57 UTC

    That 3 you passed to timeout() is 3 seconds, not 3 minutes. However, if you omit the parameter, the default value is 3 minutes (or 180 seconds).

      Exactly,

      As I stated with the above code I am not getting the 3 minute timeout the OP is still experiencing.

      Martin