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

Function isSecureUpgraded

modules/arch/netware/mod_nw_ssl.c:903–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903static int isSecureUpgraded (const request_rec *r)
904{
905 secsocket_data *csd_data = (secsocket_data*)ap_get_module_config(r->connection->conn_config, &nwssl_module);
906
907 return csd_data->is_secure;
908}
909
910static int nwssl_hook_Fixup(request_rec *r)
911{

Callers 3

nwssl_hook_FixupFunction · 0.85
nwssl_hook_http_schemeFunction · 0.85
ssl_var_lookupFunction · 0.85

Calls 1

ap_get_module_configFunction · 0.85

Tested by

no test coverage detected