echo-nginx-module
echo-nginx-module copied to clipboard
$request_body is empty after it set to a variable
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.