Home
last modified time | relevance | path

Searched refs:HttpServerError (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.h43 bool HttpServerError() { return http_code >= 500 && http_code <= 599; } in HttpServerError() function
Dhttp_client.cc406 if (!response.HttpServerError()) { in RetryImpl()