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

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

Author: sebb
Date: Fri Dec  3 13:28:50 2010
New Revision: 1041804

URL: http://svn.apache.org/viewvc?rev=1041804&view=rev
Log:
Allow HTTPSampler2 access to savedClient

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=1041804&r1=1041803&r2=1041804&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 Fri Dec  3 13:28:50 2010
@@ -98,7 +98,8 @@ public class HTTPHC3Impl extends HTTPHCA
         }
     };
 
-    private volatile HttpClient savedClient;
+    // Needs to be accessible by HTTPSampler2
+    volatile HttpClient savedClient;
 
     static {
         int cps =



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