]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal modules.
authorStefan Eissing <icing@apache.org>
Tue, 9 Mar 2021 12:55:55 +0000 (12:55 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 9 Mar 2021 12:55:55 +0000 (12:55 +0000)
commit7c5e4c9ab2861dd877156be38edc1d110d234f68
tree471c1be835bce6e8293d4157aee506bc9a41fb3d
parent4068b29f3382f3dd0be62d4f056f26534fbecf9c
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal modules.

 * leaving mod_nw_ssl and mod_ssl itself untouched
 * removing mod_ssl.h includes where no longer necessary
 * some modules might skip post_config hooks, but those were left in, even when empty now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887364 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
modules/filters/mod_deflate.c
modules/http2/h2_alt_svc.c
modules/http2/h2_conn_io.c
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_switch.c
modules/loggers/mod_log_json.c
modules/lua/mod_lua.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_headers.c
modules/proxy/mod_proxy.c
server/util_expr_eval.c