Merge: http_request: intro an attribute to delay sending the request
authorJean Privat <jean@pryen.org>
Mon, 14 Mar 2016 18:45:18 +0000 (14:45 -0400)
committerJean Privat <jean@pryen.org>
Mon, 14 Mar 2016 18:45:18 +0000 (14:45 -0400)
commitb2e3d2b19176d1e2c5be3fb9cd0aa13b5a4ecf48
tree9755025680d2de175bbedec037cc0e88affcc2ed
parent1dc2f83b95e3a6952f52f51fc643f61f4dbdf447
parent30699513e5f1d40fc7664ab935965c339b5c8e96
Merge: http_request: intro an attribute to delay sending the request

Move up the delay service from Tnitter to AsyncHttpRequest. It can be useful for other apps, for regular polling or to avoid to overwhelm the server on errors.

Pull-Request: #1983
Reviewed-by: Jean Privat <jean@pryen.org>