MCPcopy 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
898static int isSecureUpgradeable (const request_rec *r)
899{
900 return isSecureConnUpgradeable (r->server, r->connection);
901}
902
903static int isSecureUpgraded (const request_rec *r)
904{

Callers 1

ssl_hook_Insert_FilterFunction · 0.85

Calls 1

isSecureConnUpgradeableFunction · 0.85

Tested by

no test coverage detected