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:
Antonio Gomes Rodrigues 2017-09-05 20:35:45 +00:00
parent e2e38612a5
commit b76b893cdc
2 changed files with 0 additions and 2 deletions

View File

@ -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();
}
}

View File

@ -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>