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

Function ssl_hook_default_port

modules/ssl/mod_ssl.c:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653static apr_port_t ssl_hook_default_port(const request_rec *r)
654{
655 return modssl_request_is_tls(r, NULL) ? 443 : 0;
656}
657
658static int ssl_hook_pre_connection(conn_rec *c, void *csd)
659{

Callers

nothing calls this directly

Calls 1

modssl_request_is_tlsFunction · 0.85

Tested by

no test coverage detected