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/12/03 17:28:14 UTC

svn commit: r600586 - /jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java

Author: sebb
Date: Mon Dec  3 08:28:14 2007
New Revision: 600586

URL: http://svn.apache.org/viewvc?rev=600586&view=rev
Log:
Use new shutdown() method from 3.1

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java

Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java?rev=600586&r1=600585&r2=600586&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampler2.java Mon Dec  3 08:28:14 2007
@@ -1072,7 +1072,7 @@
 			{
 				Map.Entry entry = (Map.Entry) it.next();
 				HttpClient cl = (HttpClient) entry.getValue();
-                cl.getHttpConnectionManager().closeIdleConnections(-1000);// Closes the connection
+                ((SimpleHttpConnectionManager)cl.getHttpConnectionManager()).shutdown();// Closes the connection
 			}
 			map.clear();
 		}



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