MCPcopy Create free account
hub / github.com/apache/httpd / ap_proxy_ssl_disable

Function ap_proxy_ssl_disable

modules/proxy/mod_proxy.c:3063–3066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3061}
3062
3063PROXY_DECLARE(int) ap_proxy_ssl_disable(conn_rec *c)
3064{
3065 return ap_ssl_bind_outgoing(c, NULL, 0) == OK;
3066}
3067
3068PROXY_DECLARE(int) ap_proxy_ssl_engine(conn_rec *c,
3069 ap_conf_vector_t *per_dir_config,

Callers 1

mod_proxy.hFile · 0.85

Calls 1

ap_ssl_bind_outgoingFunction · 0.85

Tested by

no test coverage detected