diff --git a/doc/h2load.1 b/doc/h2load.1 index 7cd17f0f..dbcb7ea9 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "H2LOAD" "1" "Jan 21, 2019" "1.37.0-DEV" "nghttp2" +.TH "H2LOAD" "1" "Mar 07, 2019" "1.37.0" "nghttp2" .SH NAME h2load \- HTTP/2 benchmarking tool . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index bfec97e4..4a62fa01 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTP" "1" "Jan 21, 2019" "1.37.0-DEV" "nghttp2" +.TH "NGHTTP" "1" "Mar 07, 2019" "1.37.0" "nghttp2" .SH NAME nghttp \- HTTP/2 client . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index 75d8abbc..05059602 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPD" "1" "Jan 21, 2019" "1.37.0-DEV" "nghttp2" +.TH "NGHTTPD" "1" "Mar 07, 2019" "1.37.0" "nghttp2" .SH NAME nghttpd \- HTTP/2 server . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index d80de261..15dc4ecc 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGHTTPX" "1" "Jan 21, 2019" "1.37.0-DEV" "nghttp2" +.TH "NGHTTPX" "1" "Mar 07, 2019" "1.37.0" "nghttp2" .SH NAME nghttpx \- HTTP/2 proxy . @@ -264,7 +264,8 @@ for all addresses which share the same . If address which belongs to the same group specifies "group\-weight", its weight is used. If no "group\-weight" is specified for all addresses, the -weight of a group becomes 1. +weight of a group becomes 1. "group" and "group\-weight" +are ignored if session affinity is enabled. .sp "weight=" parameter specifies the weight of the backend address inside a group which this address @@ -272,7 +273,8 @@ belongs to. The higher weight gets more frequently selected by the load balancing algorithm. must be [1, 256] inclusive. The weight 8 has 4 times more weight than weight 2. If this parameter is omitted, -weight becomes 1. +weight becomes 1. "weight" is ignored if session +affinity is enabled. .sp Since ";" and ":" are used as delimiter, must not contain these characters. Since ";" has special diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 1bda75f8..67ebff0a 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -235,7 +235,6 @@ Connections pattern, :option:`--backend-read-timeout` and :option:`--backend-write-timeout` are used. - "group=" parameter specifies the name of group this backend address belongs to. By default, it belongs to the unnamed default group. The name of group is @@ -249,7 +248,8 @@ Connections address which belongs to the same group specifies "group-weight", its weight is used. If no "group-weight" is specified for all addresses, the - weight of a group becomes 1. + weight of a group becomes 1. "group" and "group-weight" + are ignored if session affinity is enabled. "weight=" parameter specifies the weight of the backend address inside a group which this address @@ -257,7 +257,8 @@ Connections selected by the load balancing algorithm. must be [1, 256] inclusive. The weight 8 has 4 times more weight than weight 2. If this parameter is omitted, - weight becomes 1. + weight becomes 1. "weight" is ignored if session + affinity is enabled. Since ";" and ":" are used as delimiter, must not contain these characters. Since ";" has special