From d661414a43b60ffdcd1df18bc8d5da773e49e912 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 9 Jan 2014 17:45:47 -0800 Subject: [PATCH] Work around for httplib2 retries on timeout httplib2 automatically retries a request on a timeout even if the request is a POST. This can lead to orphaned objects being created that we don't know about. This patch sets httplib2.RETRIES to 1 to avoid this. Note: httplib2.RETRIES is only available in new versions of httplib2. See: https://code.google.com/p/httplib2/issues/detail?id=124 for more details. Co-Authored-By: Ashwin Raveendran Co-Authored-By: Sudheendra Murthy =0.5.21,<1.0 argparse cliff>=1.4.3 -httplib2 +httplib2>=0.7.5 iso8601>=0.1.4 simplejson>=2.0.9 six>=1.4.1