Re: [Twisted-Python] timeout in agent

2010-08-30 Thread Pet
On Mon, Aug 30, 2010 at 1:56 PM, Itamar Turner-Trauring wrote: > On Mon, 2010-08-30 at 10:54 +0200, Pet wrote: >> Hello! >> >> I have modified Agent.request method (twisted.web.client.Agent) to >> pass timeout parameter to >> d = cc.connectTCP(host, port, timeout=timeout) >> >> but it looks like t

Re: [Twisted-Python] timeout in agent

2010-08-30 Thread Itamar Turner-Trauring
On Mon, 2010-08-30 at 10:54 +0200, Pet wrote: > Hello! > > I have modified Agent.request method (twisted.web.client.Agent) to > pass timeout parameter to > d = cc.connectTCP(host, port, timeout=timeout) > > but it looks like timeout is ignored (cbConnected is called). Is this > known issue? Are

[Twisted-Python] timeout in agent

2010-08-30 Thread Pet
Hello! I have modified Agent.request method (twisted.web.client.Agent) to pass timeout parameter to d = cc.connectTCP(host, port, timeout=timeout) but it looks like timeout is ignored (cbConnected is called). Is this known issue? Thanks! ___ Twisted-P