| 646 | } |
| 647 | |
| 648 | static const char *ssl_hook_http_scheme(const request_rec *r) |
| 649 | { |
| 650 | return modssl_request_is_tls(r, NULL) ? "https" : NULL; |
| 651 | } |
| 652 | |
| 653 | static apr_port_t ssl_hook_default_port(const request_rec *r) |
| 654 | { |
nothing calls this directly
no test coverage detected