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

Function nwssl_hook_Fixup

modules/arch/netware/mod_nw_ssl.c:910–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910static int nwssl_hook_Fixup(request_rec *r)
911{
912 if (!isSecure(r) && !isSecureUpgraded(r))
913 return DECLINED;
914
915 apr_table_setn(r->subprocess_env, "HTTPS", "on");
916
917 return DECLINED;
918}
919
920static const char *nwssl_hook_http_scheme(const request_rec *r)
921{

Callers

nothing calls this directly

Calls 2

isSecureFunction · 0.85
isSecureUpgradedFunction · 0.85

Tested by

no test coverage detected