]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s.
authorYann Ylavic <ylavic@apache.org>
Sun, 10 May 2020 15:15:21 +0000 (15:15 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 10 May 2020 15:15:21 +0000 (15:15 +0000)
commit34745a18926de36856da27ac5bb3692ec6cd0a33
tree9d79a3f3cc491662058ba3a6731adaf939dda613
parentff2de29c1eb1518ce97c236f9e74ffa247128da9
util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s.

Depending on where the expression is evaluated, a request_rec might not be
available, so allow to specify only a conn_rec or a server_rec (at least) in
the passed in ap_expr_eval_ctx_t.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877550 13f79535-47bb-0310-9956-ffa450edef68
server/util_expr_eval.c