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

/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1450 int httpreply = http_get_reply(conn); local
1451 if (httpreply != HTTP_OK) {
1452 http_seterr(httpreply);
1454 if (httpreply == HTTP_NEED_PROXY_AUTH &&

Completed in 91 milliseconds