|
@@ -13,7 +13,7 @@ var human_status = {
|
|
|
|
|
|
|
|
|
// print these, but without stacktrace
|
|
|
-var silent_errors = ["ETIMEDOUT", "ESOCKETTIMEDOUT", "ECONNRESET", "EHOSTUNREACH", "ECONNREFUSED"];
|
|
|
+var silent_errors = ["ETIMEDOUT", "ESOCKETTIMEDOUT", "ECONNRESET", "EHOSTUNREACH", "ECONNREFUSED", "TooManyRequestsException"];
|
|
|
|
|
|
// handles HTTP responses
|
|
|
// +request+ a http.IncomingMessage
|