Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1424 int httpreply = http_get_reply(conn); in http_connect() local
1425 if (httpreply != HTTP_OK) { in http_connect()
1426 http_seterr(httpreply); in http_connect()
1428 if (httpreply == HTTP_NEED_PROXY_AUTH && in http_connect()