Commit 39e20baf authored by Nils Goroll's avatar Nils Goroll

improve timeout_idle documentation and formatting

parent 97d2c575
......@@ -1376,9 +1376,12 @@ PARAM(
/* units */ "seconds",
/* flags */ XYZZY,
/* s-text */
"Idle timeout for client connections.\n"
"A connection is considered idle, until we have received the full "
"request headers.",
"Idle timeout for client connections.\n\n"
"A connection is considered idle until we have received the full"
" request headers.\n\n"
"This parameter is particularly relevant for HTTP1 keepalive "
" connections which are closed unless the next request is received"
" before this timeout is reached.",
/* l-text */ "",
/* func */ NULL
)
......
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