Author: pmouawad
Date: Sun May 13 21:18:27 2018
New Revision: 1831526
URL: http://svn.apache.org/viewvc?rev=1831526&view=rev
Log:
Drop duplicate line
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
Modified:
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java?rev=1831526&r1=1831525&r2=1831526&view=diff
==============================================================================
---
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
(original)
+++
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
Sun May 13 21:18:27 2018
@@ -1151,7 +1151,6 @@ public class HTTPHC4Impl extends HTTPHCA
rCB.setRedirectsEnabled(getAutoRedirects());
rCB.setMaxRedirects(HTTPSamplerBase.MAX_REDIRECTS);
- rCB.setRedirectsEnabled(getAutoRedirects());
httpRequest.setConfig(rCB.build());
// a well-behaved browser is supposed to send 'Connection: close'
// with the last request to an HTTP server. Instead, most browsers