[PATCH] D38281: [llvmlab] Add timeout and retries for fetching builds.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:31:33 PDT 2017


JDevlieghere added inline comments.


================
Comment at: llvmbisect/llvmlab/gcs.py:15
 
+class HttpClient(object):
+    def __init__(self):
----------------
Maybe we should call this `HttpSession` to emphasize that we will need a new instance each time?


https://reviews.llvm.org/D38281





More information about the llvm-commits mailing list