Searched defs:have_proxy (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client-request.c783 bool have_proxy = (proxy_socket_path != NULL) || (proxy_url != NULL) || local
803 if (have_proxy) {
834 if (req->connect_tunnel || have_proxy)
837 if (!have_proxy) {

Completed in 11 milliseconds