Bug 50943

Summary: Allowing concurrent downloads of embedded resources in html page
Product: JMeter - Now in Github Reporter: Milamber <milamber>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: jvangaalen
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Patch to concurrent download embedded resources
New http requests and http requests defaults elements to docs

Description Milamber 2011-03-17 18:52:28 UTC
Created attachment 26782 [details]
Patch to concurrent download embedded resources

This patch add a option in HTTP Requests (Java mode, HC3/4) and HTTP Requests defaults to get concurrently the embedded resources (css, images, javascript, etc.) in html page.
This may be useful for some tests to try to simulate multiple http connections like a modern browser. (in example: Firefox 3.6 use 6 parallels connections)
Comment 1 Milamber 2011-03-17 18:53:27 UTC
Created attachment 26783 [details]
New http requests and http requests defaults elements to docs
Comment 2 Milamber 2011-03-21 17:24:08 UTC
Applied on SVN.

URL: http://svn.apache.org/viewvc?rev=1083962&view=rev
Log:
Bug 50943 - Allowing concurrent downloads of embedded resources in html page

Modified:
    jakarta/jmeter/trunk/bin/jmeter.properties
    jakarta/jmeter/trunk/docs/images/screenshots/http-config/http-request-defaults.png
    jakarta/jmeter/trunk/docs/images/screenshots/http-request.png
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/config/gui/HttpDefaultsGui.java
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/gui/HttpTestSampleGui.java
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
    jakarta/jmeter/trunk/xdocs/changes.xml
    jakarta/jmeter/trunk/xdocs/images/screenshots/http-config/http-request-defaults.png
    jakarta/jmeter/trunk/xdocs/images/screenshots/http-request.png
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 3 Milamber 2011-03-21 19:35:22 UTC
Thanks to sebb.

URL: http://svn.apache.org/viewvc?rev=1084019&view=rev
Log:
Correct a compiler error with a real JDK 1.5
Bug 50943 - Allowing concurrent downloads of embedded resources in html page

Modified:
    jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
Comment 4 Philippe Mouawad 2012-04-28 14:48:53 UTC
*** Bug 47817 has been marked as a duplicate of this bug. ***
Comment 5 The ASF infrastructure team 2022-09-24 20:37:46 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2475