Author: pmouawad
Date: Sat Feb  4 14:39:50 2017
New Revision: 1781675

URL: http://svn.apache.org/viewvc?rev=1781675&view=rev
Log:
Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to 
usage of potentially stale/closed connections
Document better property
Bugzilla Id: 60689

Modified:
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1781675&r1=1781674&r2=1781675&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Feb  4 14:39:50 
2017
@@ -536,7 +536,7 @@ log_level.org.apache.http.client=DEBUG
 </property>
 <property name="httpclient4.validate_after_inactivity">
     Check connection if the elapsed time (in milliseconds) since the last use 
of the connection
-    exceeds this value.<br/>
+    exceeds this value. Ensure this value is always lower by at least 150 ms 
than <code>httpclient4.time_to_live</code><br/>
     Defaults to: <code>1700</code>
 </property>
 <property name="httpclient4.time_to_live">


Reply via email to