echo-nginx-module icon indicating copy to clipboard operation
echo-nginx-module copied to clipboard

$request_body is empty after it set to a variable

Open brucenan opened this issue 6 years ago • 0 comments

echo_read_request_body is called before I get $request_body, if I add $request_body to logformat, it seems ok. But when I call set $value $request_body; and put $value into logformat, the $value is empty.

brucenan avatar Aug 14 '18 02:08 brucenan