bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

DefaultWebRequestor needs retry support #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
DefaultWebRequestor should automatically retry POSTs a set number of times
in the face of certain network exceptions (e.g. SocketException).

Original issue reported on code.google.com by mark.a.a...@gmail.com on 27 Jan 2010 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by mark.a.a...@gmail.com on 12 Feb 2010 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by mark.a.a...@gmail.com on 24 Feb 2010 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by mark.a.a...@gmail.com on 2 Mar 2010 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by mark.a.a...@gmail.com on 20 Mar 2010 at 12:45

GoogleCodeExporter commented 9 years ago

Original comment by mark.a.a...@gmail.com on 21 Apr 2010 at 8:09

GoogleCodeExporter commented 9 years ago
Punting to 1.6 to keep 1.5's focus on the Graph API implementation.

Original comment by mark.a.a...@gmail.com on 29 Apr 2010 at 2:53

GoogleCodeExporter commented 9 years ago
Punting to 1.7 to get 1.6 out the door.

Original comment by mark.a.a...@gmail.com on 27 Dec 2010 at 6:09

GoogleCodeExporter commented 9 years ago
Apache HttpClient has a sensible approach for this: 
http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d4
e292 

Original comment by marcel@frightanic.com on 23 Oct 2011 at 7:16