https://bz.apache.org/bugzilla/show_bug.cgi?id=64618
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Philippe Mouawad <[email protected]> --- (In reply to Philippe Mouawad from comment #7) > I found the commit that broke the plugin: > > https://github.com/apache/jmeter/commit/ > 20bc14513b238f79d6190971e4617ac9c5f88c49 This commit is not a bug, it reinstates the correct behaviour that was errouneously removed in JMeter 3.2 and is required for correct handling of Parallel Downloads in JMeter. The parallel sampler currently uses a subclass of JMeterThread supposed to be per user, so not sharing connections. A browser shares connections for Ajax parallel requests, so the plugin has IMO a wrong approach on this side. So I close this ticket as now issue is diagnosed and located in 3rd party plugin. -- You are receiving this mail because: You are the assignee for the bug.
