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

Function ssl_proxy_enable

server/ssl.c:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static int ssl_proxy_enable(conn_rec *c)
119{
120 return ap_ssl_bind_outgoing(c, NULL, 1);
121}
122
123static int ssl_engine_disable(conn_rec *c)
124{

Callers

nothing calls this directly

Calls 1

ap_ssl_bind_outgoingFunction · 0.85

Tested by

no test coverage detected