You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/12/07 14:58:55 UTC

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

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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org