Home
last modified time | relevance | path

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

/minix3/external/bsd/fetch/dist/libfetch/
H A Dhttp.c134 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) macro
1115 HTTP_ERROR(conn->err)) in http_request()
1191 if (HTTP_ERROR(conn->err)) { in http_request()