Author: sebb
Date: Thu May 5 15:25:37 2016
New Revision: 1742439
URL: http://svn.apache.org/viewvc?rev=1742439&view=rev
Log:
HC docs are not all that clear either.
Modified:
jmeter/trunk/bin/jmeter.properties
Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1742439&r1=1742438&r2=1742439&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Thu May 5 15:25:37 2016
@@ -463,7 +463,9 @@ log_level.jorphan=INFO
#httpclient4.retrycount=0
# Idle connection timeout (Milliseconds) to apply if the server does not send
-# Keep-Alive headers (default 0 = no suggested duration for Keep-Alive)
+# Keep-Alive headers (default 0)
+# Set this > 0 to compensate for servers that don't send a Keep-Alive header
+# If <= 0, idle timeout will only appy if the server sends a Keep-Alive header
#httpclient4.idletimeout=0
# Check connections if the elapsed time (Milliseconds) since the last
|