Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-22 | [bug] add http request timeout | drebs | |
The connectTimeout parameter of twisted.web.client.Agent only acts on the connection setup, and the Agent will wait forever for incoming data after the connection has been established. This commit adds a timeout for the connection, and will cancel the deferred if the result has not been received after a certain number of seconds. |