Commit 18db5450 authored by Per Buer's avatar Per Buer

change send_timeout doc to reflect reality rather then intention

parent 516e69e0
...@@ -611,8 +611,8 @@ static const struct parspec input_parspec[] = { ...@@ -611,8 +611,8 @@ static const struct parspec input_parspec[] = {
"60", "seconds" }, "60", "seconds" },
{ "send_timeout", tweak_timeout, &master.send_timeout, 0, 0, { "send_timeout", tweak_timeout, &master.send_timeout, 0, 0,
"Send timeout for client connections. " "Send timeout for client connections. "
"If no data has been sent to the client in this many seconds, " "If the HTTP response hasn't been transmitted in this many\n"
"the session is closed.\n" "seconds the session is closed. \n"
"See setsockopt(2) under SO_SNDTIMEO for more information.", "See setsockopt(2) under SO_SNDTIMEO for more information.",
DELAYED_EFFECT, DELAYED_EFFECT,
"60", "seconds" }, "60", "seconds" },
......
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