From: Jim Jagielski Date: Thu, 21 Jan 2016 13:54:41 +0000 (+0000) Subject: Note that as a function, kept_body requires an argument, X-Git-Tag: 2.5.0-alpha~2340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a59e1cca0d2c2d8a4be43a2822d4bd0f211ef7;p=thirdparty%2Fapache%2Fhttpd.git Note that as a function, kept_body requires an argument, but the value of that argument is completely moot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725949 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index c6bb8f00a42..841c06a8163 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -502,7 +502,9 @@ listfunction ::= listfuncname "(" word ")" note Lookup request note kept_body - Lookup response body if available in r->kept_body + Lookup response body if available in r->kept_body. Note: + function argument is required but ignored. + env Return first match of note, reqenv, osenv