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

Function isSecureConnUpgradeable

modules/arch/netware/mod_nw_ssl.c:886–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886static int isSecureConnUpgradeable (const server_rec *s, const conn_rec *c)
887{
888 NWSSLSrvConfigRec *sc = get_nwssl_cfg(s);
889
890 return isSecureConnEx (s, c, sc->slutable);
891}
892
893static int isSecure (const request_rec *r)
894{

Callers 1

isSecureUpgradeableFunction · 0.85

Calls 1

isSecureConnExFunction · 0.85

Tested by

no test coverage detected