[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-jcs-dev
Subject:    svn commit: r1160957 -
From:       sebb () apache ! org
Date:       2011-08-24 1:52:21
Message-ID: 20110824015221.6260C23889E5 () eris ! apache ! org
[Download RAW message or body]

Author: sebb
Date: Wed Aug 24 01:52:20 2011
New Revision: 1160957

URL: http://svn.apache.org/viewvc?rev=1160957&view=rev
Log:
Fix bug whereby HttpClient instances were not re-used

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


Modified: jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
                
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/protocol/http/org/apache/jm \
eter/protocol/http/sampler/HTTPHC4Impl.java?rev=1160957&r1=1160956&r2=1160957&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java \
                (original)
+++ jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java \
Wed Aug 24 01:52:20 2011 @@ -398,7 +398,7 @@ public class HTTPHC4Impl extends HTTPHCA
             if (this == obj) {
                 return true;
             }
-            if (obj instanceof HttpClientKey) {
+            if (!(obj instanceof HttpClientKey)) {
                 return false;
             }
             HttpClientKey other = (HttpClientKey) obj;



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic