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

Function isSecureConn

modules/arch/netware/mod_nw_ssl.c:879–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879static int isSecureConn (const server_rec *s, const conn_rec *c)
880{
881 NWSSLSrvConfigRec *sc = get_nwssl_cfg(s);
882
883 return isSecureConnEx (s, c, sc->sltable);
884}
885
886static int isSecureConnUpgradeable (const server_rec *s, const conn_rec *c)
887{

Callers 2

isSecureFunction · 0.85
ssl_is_httpsFunction · 0.85

Calls 1

isSecureConnExFunction · 0.85

Tested by

no test coverage detected