[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: mechanize timeout errors

Berger, Daniel

8/8/2006 8:02:00 PM

> -----Original Message-----
> From: Alex Young [mailto:alex@blackkettle.org]
> Sent: Tuesday, August 08, 2006 1:27 PM
> To: ruby-talk ML
> Subject: Re: mechanize timeout errors

<snip>

> >
> > If you want control over the timeout value I think you'll need to
> > re-wrap the call to agent.get in your own timeout block:
> Not so: WWW::Mechanize#read_timeout= is your friend.

Ah, good to know, thanks. :)

- Dan


This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.

1 Answer

Alex Young

8/8/2006 8:41:00 PM

0

Berger, Daniel wrote:
>>-----Original Message-----
>>From: Alex Young [mailto:alex@blackkettle.org]
>>Sent: Tuesday, August 08, 2006 1:27 PM
>>To: ruby-talk ML
>>Subject: Re: mechanize timeout errors
>
>
> <snip>
>
>>>If you want control over the timeout value I think you'll need to
>>>re-wrap the call to agent.get in your own timeout block:
>>
>>Not so: WWW::Mechanize#read_timeout= is your friend.
>
>
> Ah, good to know, thanks. :)

No worries :-)

--
Alex