]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use HTTP_* and ap_is_*() macros instead of literals
authorMichael Osipov <michaelo@apache.org>
Wed, 3 Jun 2026 09:07:51 +0000 (09:07 +0000)
committerMichael Osipov <michaelo@apache.org>
Wed, 3 Jun 2026 09:07:51 +0000 (09:07 +0000)
commit0876ba4297c8863fc4f80d0b633b6dce8128264b
tree31c710a19ae7e263206b809f93b3e8144811306d
parent04501ee7e1a982f11204e9597220c064e6ce1db2
Use HTTP_* and ap_is_*() macros instead of literals

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934913 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
include/httpd.h
modules/aaa/mod_authn_socache.c
modules/cache/mod_cache.c
modules/dav/main/mod_dav.c
modules/dav/main/mod_dav.h
modules/filters/mod_filter.c
modules/generators/cgi_common.h
modules/http/http_filters.c
modules/http2/h2_c2.c
modules/http2/h2_c2_filter.c
modules/http2/h2_headers.c
modules/http2/h2_proxy_session.c
modules/http2/h2_stream.c
modules/http2/h2_ws.c
modules/lua/lua_request.c
modules/mappers/mod_rewrite.c
modules/md/md_acme.c
modules/md/md_curl.c
modules/proxy/mod_proxy_ajp.c
modules/proxy/mod_proxy_ftp.c
modules/proxy/mod_proxy_hcheck.c
modules/proxy/mod_proxy_http.c
modules/test/mod_policy.c
server/util_expr_eval.c
test/modules/http1/mod_h1test/mod_h1test.c
test/modules/http2/mod_h2test/mod_h2test.c