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

/freebsd-11-stable/lib/libfetch/
H A Dhttp.c121 #define HTTP_ERROR(xyz) ((xyz) >= 400 && (xyz) <= 599) macro
1938 || HTTP_ERROR(conn->err))
2013 if (HTTP_ERROR(conn->err)) {

Completed in 58 milliseconds