nghttpx: Clarify that backend-keep-alive-timeout applies to h1 only
This commit is contained in:
parent
80a96817aa
commit
841ac75c3e
|
@ -1852,7 +1852,8 @@ Timeout:
|
|||
Default: )"
|
||||
<< util::duration_str(config->conn.downstream->timeout.connect) << R"(
|
||||
--backend-keep-alive-timeout=<DURATION>
|
||||
Specify keep-alive timeout for backend connection.
|
||||
Specify keep-alive timeout for backend HTTP/1
|
||||
connection.
|
||||
Default: )"
|
||||
<< util::duration_str(config->conn.downstream->timeout.idle_read) << R"(
|
||||
--listener-disable-timeout=<DURATION>
|
||||
|
|
Loading…
Reference in New Issue