mirror of https://github.com/apache/jmeter.git
Revert my commit : Enable restart when prefix is modified in proxy recorder
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1807399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2e38612a5
commit
b76b893cdc
|
|
@ -631,7 +631,6 @@ public class ProxyControlGui extends LogicControllerGui implements JMeterGUIComp
|
|||
enableRestart();
|
||||
} else if(fieldName.equals(PREFIX_HTTP_SAMPLER_NAME)) {
|
||||
model.setPrefixHTTPSampleName(prefixHTTPSampleName.getText());
|
||||
enableRestart();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ Incorporated feed back about unclear documentation.
|
|||
<ul>
|
||||
<li><bug>61056</bug>HTTP : Support brotli decoding</li>
|
||||
<li><bug>61135</bug>CookieManager : Drop Implementation select box and cleanup class</li>
|
||||
<li>Test Script Recorder : enable proxy restart when prefix is modified</li>
|
||||
</ul>
|
||||
|
||||
<h3>Other samplers</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue