# HG changeset patch
# User Patrick Mezard <pmez...@gmail.com>
# Date 1276351667 -7200
# Node ID 665a0f2365f59ddf58e862ff8ccf830568c89fb9
# Parent  e62ef7ba49a979f308fc9ff653e4dfb51652e1f0
doc: mention 'option http-server-close' effect in Tq section

diff --git a/doc/configuration.txt b/doc/configuration.txt
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -7300,7 +7300,9 @@
     spent accepting these connections will inevitably slightly delay processing
     of other connections, and it can happen that request times in the order of
     a few tens of milliseconds are measured after a few thousands of new
-    connections have been accepted at once.
+    connections have been accepted at once. Setting "option http-server-close"
+    may display larger request times since "Tq" also measures the time spent
+    waiting for additional requests.
 
   - If "Tc" is close to 3000, a packet has probably been lost between the
     server and the proxy during the server connection phase. This value should

Reply via email to