Searched refs:redirect_to_https (Results 1 – 7 of 7) sorted by relevance
96 int redirect_to_https(Downstream *downstream);
129 int redirect_to_https(Downstream *downstream);
467 upstream->redirect_to_https(downstream); in htp_hdrs_completecb()1361 redirect_to_https(downstream); in on_downstream_abort_request_with_https_redirect()1366 int HttpsUpstream::redirect_to_https(Downstream *downstream) { in redirect_to_https() function in shrpx::HttpsUpstream
469 rv = redirect_to_https(downstream); in initiate_downstream()1946 rv = redirect_to_https(downstream); in on_downstream_abort_request_with_https_redirect()1955 int Http2Upstream::redirect_to_https(Downstream *downstream) { in redirect_to_https() function in shrpx::Http2Upstream
90 unsigned int redirect_to_https:1; member
245 wsi->tls.redirect_to_https = 1; in lws_server_socket_service_ssl()
1714 if (wsi->tls.redirect_to_https) { in lws_http_action()