Author: sebb
Date: Tue Dec  7 13:58:54 2010
New Revision: 1043048

URL: http://svn.apache.org/viewvc?rev=1043048&view=rev
Log:
Done in finally clause

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

Modified: 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java?rev=1043048&r1=1043047&r2=1043048&view=diff
==============================================================================
--- 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
 (original)
+++ 
jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
 Tue Dec  7 13:58:54 2010
@@ -313,7 +313,6 @@ public class HTTPHC3Impl extends HTTPHCA
             res = resultProcessing(areFollowingRedirect, frameDepth, res);
 
             log.debug("End : sample");
-            httpMethod.releaseConnection();
             return res;
         } catch (IllegalArgumentException e)// e.g. some kinds of invalid URL
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to