https://issues.apache.org/bugzilla/show_bug.cgi?id=54902
sigurko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from sigurko <[email protected]> --- I identified the problem to be the following - My test plan jmx file was created for an older Jmeter version. That test plan makes use of 'HTTPSampler' rather than the 'HTTPSamplerProxy' xml tag. Now, I'm using Jmeter 2.9. The effect of that is that the 'HTTP Request' implementation drop-down box remains set to 'Java'. Once I changed the 'HTTPSampler' xml tag to the 'HTTPSamplerProxy' tag - the 'jmeter.httpsampler=HttpClient3.1' setting in the 'jmeter.properties' file took affectt and the 'HTTP Request' implementation drop-down box got set to 'HttpClient3.1'. Once that was done - the bug was gone. Jmeter maintains the designated traffic rate even when connections get reset. However - I tried the same with 'jmeter.httpsampler=HttpClient4' and to my big surprise the bug was there again. Anyway, I'm glad that HttpClient3.1 does not have that bug and I can use it. Since this seems to be a 'HttpClient4' bug - this bug can be closed. -- You are receiving this mail because: You are the assignee for the bug.
