From eebd1f5492beaf2d323990357540b8e5352b6188 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 17 Aug 2014 22:31:44 +0900 Subject: [PATCH] nghttpx: Add some more info about prohibition of --read-burst=0 --- src/shrpx.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 1da6c7aa..16dce224 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -882,7 +882,10 @@ Performance: << get_config()->read_rate << R"( --read-burst= Set maximum read burst size on frontend - connection. Setting 0 does not work. + connection. Setting 0 does not work, but it is + not a problem because --read-rate=0 will give + unlimited read rate regardless of this option + value. Default: )" << get_config()->read_burst << R"( --write-rate=