Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ isSecureUpgradeable
Function
isSecureUpgradeable
modules/arch/netware/mod_nw_ssl.c:898–901 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
896
}
897
898
static int isSecureUpgradeable (const request_rec *r)
899
{
900
return isSecureConnUpgradeable (r->server, r->connection);
901
}
902
903
static int isSecureUpgraded (const request_rec *r)
904
{
Callers
1
ssl_hook_Insert_Filter
Function · 0.85
Calls
1
isSecureConnUpgradeable
Function · 0.85
Tested by
no test coverage detected