Searched refs:HTTP_ERROR (Results 1 – 1 of 1) sorted by relevance
123 #define HTTP_ERROR(xyz) ((xyz) >= 400 && (xyz) <= 599) macro1940 || HTTP_ERROR(conn->err)) in http_request_body()2015 if (HTTP_ERROR(conn->err)) { in http_request_body()