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

Marto: Thanks for the quick reply but this change does not produce a succesful early timeout.
  • Comment on Re^2: Enabling timeout method in LWP::UserAgent

Replies are listed 'Best First'.
Re^3: Enabling timeout method in LWP::UserAgent
by marto (Cardinal) on Jul 27, 2005 at 23:21 UTC
    Strange,

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

    Martin

      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
Re^3: Enabling timeout method in LWP::UserAgent
by dReKurCe (Scribe) on Jul 28, 2005 at 04:13 UTC
    UPDATE:
    Grettings monks, the difficulty ecountered with this call to timeout appears to be related to https. Thanks all.