Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "JMeterSocketClosed" page has been changed by JMeterAdmin:
https://wiki.apache.org/jmeter/JMeterSocketClosed?action=diff&rev1=5&rev2=6

Comment:
Suppress missing Wiki page marker

  If you upgraded recently to JMeter 2.10 or 2.11, you may have noticed 
increased errors of this type:
  
   * Socket closed
-  * Non HTTP response code: org.apache.http.NoHttpResponseException (the 
target server failed to respond)
+  * Non HTTP response code: org.apache.http.!NoHttpResponseException (the 
target server failed to respond)
  
  === Explanation ===
  The increase of this type of errors can be explained by two settings changes:
@@ -31, +31 @@

   * httpclient4.retrycount=1
  
  This will make JMeter retry once.
- For HttpClient 3, in user.properties set:
+ For !HttpClient 3, in user.properties set:
  
   * httpclient3.retrycount=1
  

Reply via email to