summaryrefslogtreecommitdiff
path: root/changes/bug_7234_add-http-request-timeout
AgeCommit message (Collapse)Author
2015-08-26[pkg] fold in changes0.4.2Ivan Alejandro
2015-07-22[bug] add http request timeoutdrebs
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.