Commit f9c42ca8 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Extend cli_limit to 48k to make room for the full output of

'param.show -l'.

Fixes: #1169
parent 5d976a5d
......@@ -908,7 +908,7 @@ static const struct parspec input_parspec[] = {
" this limit, the reponse code will be 201 instead of"
" 200 and the last line will indicate the truncation.",
0,
"4k", "bytes" },
"48k", "bytes" },
{ "cli_timeout", tweak_timeout, &mgt_param.cli_timeout, 0, 0,
"Timeout for the childs replies to CLI requests from "
"the mgt_param.",
......
varnishtest "cli_limit truncating full parameter listing - #1169"
server s1 {
rxreq
} -start
varnish v1 -vcl+backend { }
varnish v1 -cliok "param.show -l"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment