Searched refs:HttpCodeIsClientError (Results 1 – 2 of 2) sorted by relevance
138 inline bool HttpCodeIsClientError(uint32 code) { return ((code / 100) == 4); } in HttpCodeIsClientError() function
155 inline bool HttpCodeIsClientError(uint32 code) { return ((code / 100) == 4); } in HttpCodeIsClientError() function