Hi there!
Last week we were testing some large applications at Deutsche Bank using Jmeter
Scripts. We were using HTTPSampler2 to sample requests. All applications were
available using HTTPS only.
We found following issues:
* for each HTTPSampler for each thread there was opened one Socket
Connection, instead of using one
socket connection for all HTTPSamplers in a thread
* Cookies were not delivered the correct way
I've made a quick an dirty patch for that issues, please find attached the
modified class HTTPSampler2.java.
Please drop me a message if there are any questions about my patch...
Thankx...
Thomas Keßler
HTTPSampler2.java
Description: HTTPSampler2.java
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
