Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1446 int httpreply = http_get_reply(conn); in http_connect() local
1447 if (httpreply != HTTP_OK) { in http_connect()
1448 http_seterr(httpreply); in http_connect()
1450 if (httpreply == HTTP_NEED_PROXY_AUTH && in http_connect()