Index: git_common.py |
=================================================================== |
--- git_common.py (revision 292841) |
+++ git_common.py (working copy) |
@@ -86,6 +86,9 @@ |
# crbug.com/388876 |
r'Connection timed out', |
+ |
+ # crbug.com/430343 |
+ r'The requested URL returned error: 502', |
David James
2014/11/05 06:30:15
Can you merge this with the one above, like this?
|
) |
GIT_TRANSIENT_ERRORS_RE = re.compile('|'.join(GIT_TRANSIENT_ERRORS), |