roxen.lists.pike.general

Subject Author Date
Re: Protocols.HTTP.get_url() timeout Martin Stjernholm <mast[at]lysator[dot]liu[dot]se> 20-08-2009
Bertrand LUPART <<bertrand.lupart[at]linkeo.com>> wrote:

> I understand that Protocols.HTTP.get_url() uses a default
> Protocols.HTTP.Query() object whose both default timeout and
> data_timeout are 120 seconds.
>
> Is that correct?

Looks like it.

> I have a script that is using this method and is blocked for hours in
> TCP status 'ESTABLISHED'.

Those timeouts rely on call outs. Maybe you haven't started the
backend in your script, or maybe it's blocked?