You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/03/16 14:10:24 UTC

svn commit: r518963 - /jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java

Author: sebb
Date: Fri Mar 16 06:10:23 2007
New Revision: 518963

URL: http://svn.apache.org/viewvc?view=rev&rev=518963
Log:
Log max connection retry count

Modified:
    jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java

Modified: jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java?view=diff&rev=518963&r1=518962&r2=518963
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler.java Fri Mar 16 06:10:23 2007
@@ -59,6 +59,10 @@
 	private static final int MAX_CONN_RETRIES = 
 		JMeterUtils.getPropDefault("http.java.sampler.retries",10); // Maximum connection retries
 
+	static {
+		log.info("Maximum connection retries = "+MAX_CONN_RETRIES); // $NON-NLS-1$
+	}
+	
 	private static final byte[] NULL_BA = new byte[0];// can share these
 	
 	/**



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org