Searched refs:HttpServerError (Results 1 – 2 of 2) sorted by relevance
43 bool HttpServerError() { return http_code >= 500 && http_code <= 599; } in HttpServerError() function
406 if (!response.HttpServerError()) { in RetryImpl()