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

Function ap_ssl_conn_is_ssl

server/ssl.c:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90AP_DECLARE(int) ap_ssl_conn_is_ssl(conn_rec *c)
91{
92 int r = (ap_run_ssl_conn_is_ssl(c) == OK);
93 if (r == 0 && module_ssl_is_https) {
94 r = module_ssl_is_https(c);
95 }
96 return r;
97}
98
99static int ssl_engine_set(conn_rec *c,
100 ap_conf_vector_t *per_dir_config,

Callers 15

md_protocol_proposeFunction · 0.85
md_protocol_switchFunction · 0.85
md_require_https_maybeFunction · 0.85
ap_proxy_conn_is_httpsFunction · 0.85
lookup_variableFunction · 0.85
h2_c1_allows_directFunction · 0.85
h2_c1_can_upgradeFunction · 0.85
h2_stream_end_headersFunction · 0.85
h2_protocol_proposeFunction · 0.85
h2_protocol_switchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected