mirror of https://github.com/apache/jmeter.git
Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6
Bugzilla Id: 59023 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1730963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e1fceeb65
commit
fc21f0dd27
|
|
@ -1289,7 +1289,7 @@ web_server_timeout_connect=Connect:
|
|||
web_server_timeout_response=Response:
|
||||
web_server_timeout_title=Timeouts (milliseconds)
|
||||
web_testing2_title=HTTP Request HTTPClient
|
||||
web_testing_concurrent_download=Use concurrent pool. Size:
|
||||
web_testing_concurrent_download=Parallel downloads. Number:
|
||||
web_testing_embedded_url_pattern=URLs must match\:
|
||||
web_testing_retrieve_images=Retrieve All Embedded Resources
|
||||
web_testing_retrieve_title=Embedded Resources from HTML Files
|
||||
|
|
|
|||
|
|
@ -1274,7 +1274,7 @@ web_server_timeout_connect=Connexion \:
|
|||
web_server_timeout_response=R\u00E9ponse \:
|
||||
web_server_timeout_title=D\u00E9lai expiration (ms)
|
||||
web_testing2_title=Requ\u00EAte HTTP HTTPClient
|
||||
web_testing_concurrent_download=Utiliser pool unit\u00E9. Nbre \:
|
||||
web_testing_concurrent_download=T\u00E9l\u00E9chargements en parall\u00e8le. Nombre \:
|
||||
web_testing_embedded_url_pattern=Les URL \u00E0 inclure doivent correspondre \u00E0 \:
|
||||
web_testing_retrieve_images=R\u00E9cup\u00E9rer les ressources incluses
|
||||
web_testing_retrieve_title=Ressources incluses dans les pages HTML
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ public abstract class HTTPSamplerBase extends AbstractSampler
|
|||
|
||||
public static final String CONCURRENT_POOL = "HTTPSampler.concurrentPool"; // $NON-NLS-1$
|
||||
|
||||
private static final String CONCURRENT_POOL_DEFAULT = "4"; // default for concurrent pool (do not change)
|
||||
private static final String CONCURRENT_POOL_DEFAULT = "6"; // default for concurrent pool (do not change)
|
||||
|
||||
private static final String USER_AGENT = "User-Agent"; // $NON-NLS-1$
|
||||
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ Summary
|
|||
<li><bug>59006</bug>Change Default proxy recording port to 8888 to align it with Recording Template. Contributed by Antonio Gomes Rodrigues (ra0077 at gmail.com)</li>
|
||||
<li><bug>58099</bug>Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios</li>
|
||||
<li><bug>57577</bug>HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default. Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
|
||||
<li><bug>59023</bug>HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6. Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
|
||||
</ul>
|
||||
|
||||
<h3>Other samplers</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue